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/xunit-demo.git
. To clone a different branch, other thanmain
, use this command -
git clone --single-branch --branch <branch-name> https://github.com/cskmnrpt/xunit-demo.git
-
Run
dotnet restore
to install the dependencies. -
Create a
qase.config.json
in the root of the repository, and add your token, and project code. -
Run
QASE_MODE=testops dotnet test