This is an example repository with tests in the test/examples/ directory. To run the tests :
-
Clone the repository with
git clone https://github.com/cskmnrpt/qase-jest.git. To clone a different branch, other thanmain, use this command -git clone --single-branch --branch <branch-name> https://github.com/cskmnrpt/qase-jest.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.