Qase reports for Cypress
This repository contains an example of Qase Reporter for Cypress.
To execute tests, you have to define apiToken
and projectCode
in cypress.config.js
.
Also, you have to do the following things in Qase:
- Create a new project
- Create two test cases with ids
1
and2
After that, you can execute your tests using the following commands:
export QASE_REPORT=1 && npx cypress run
set QASE_REPORT=1
npx cypress run