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-playwright.git.To clone a different branch, other than
main, use this command -git clone --single-branch --branch <branch-name> https://github.com/cskmnrpt/qase-playwright.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.
- For Test with
test.skipand Qase ID defined, a new test case is created rather than linking the skipped results with the existing test cases. Read more
- How to get the Qase Test run Id of the current run? Read more