Quick Start

Tip: If you just want to see Qase reporting in action before touching your own project, start with a demo repo. You'll have results in Qase within a few minutes.

Pick your test framework below. Each links to a ready-to-run demo repository — clone it, set your credentials, and see results in Qase.

Every demo repo follows the same three steps:

  1. Clone the repo and install dependencies.
  2. Export your API token and project code:
    export QASE_TESTOPS_API_TOKEN=<your-token>
    export QASE_TESTOPS_PROJECT=<your-project-code>
  3. Run the tests.

Demo repositories, grouped by language:

Once you've seen results appear in Qase, come back here. The next section covers configuration — how to control what the reporter sends and where it sends it.


What’s Next