Cypress

An explanation of Cypress and how to install the Cypress app in Qase.

What is Cypress?

Cypress is a purely JavaScript-based front-end testing tool built for the modern web. It aims to address the pain points developers or QA engineers face while testing an application. Cypress is a more developer-friendly tool that uses a unique DOM manipulation technique and operates directly in the browser.

How to install Cypress?

To pass the results of your Cypress executions, you need to install the Cypress app.

  1. Navigate to the Apps page and switch to "Reporters" section, then click the "Cypress " card:

  2. Click "Activate":

  3. Switch to "Access Tokens" and generate an API token that the Cypress app will be using:

  4. Click "Guide" to access the instruction on adding the Cypress reporter to your automation flow:

Once the Cypress app is installed, any test cases, test runs, and test results created and submitted will appear with Cypress as the author of said cases, runs or results (instead of a specific user whose API token has been used). Slack notifications will also appear with the Cypress app as the author.

Last updated