This is an example repository with tests in the tests/examples/ directory. To run the tests :
-
Clone the repository with
git clone https://github.com/cskmnrpt/qase-cypress.git. To clone a different branch, other thanmain, use this command -git clone --single-branch --branch <branch-name> https://github.com/cskmnrpt/qase-cypress.git -
Run
npm installfrom the root of this repository to install dependencies. -
Create a
qase.config.jsonin the root of the repository, and add your token, and project code. -
Run
npm test.
- How to use cypress-parallel library with
qase-cypress? Read more here