Skip to content

Running a Test Set

Once you have written tests for your solution, you will want to run those tests in AireAssert.

Before You Begin

  • You should have created a Test Set and pushed it to a Bitbucket Git repository
  • Your Git repository should already be connected to your AireAssert instance (this is typically done by an administrator during initial setup)

Running a Test Set

  1. In the left-hand tree view, select your Test Set.

    Running Test Set – Step 1

  2. In the Run Tests panel on the right-hand side:

    • Optionally enter a custom name for your test run (a random name is used by default).
    • Choose to run only the currently selected feature file instead of the entire Test Set.
    • Adjust any test run settings as needed (see Test Run Settings).
    • Click Run Test Set and wait for the Test run "<test run name>" has started.

    Running Test Set – Step 2

  3. Navigate to Test Run Results to monitor your active tests. Here, you can:

    • View the current status of any running test
    • Cancel a test run
    • Stream logs in real time

    Running Test Set – Step 3