Test Editor

A Test Suite is a collection of Test Flows that belong to specific tasks or feature, or have some other reason to be run together. When executed, if one of the flows fails, the Test Suite run will fail.

Let's take a look at the Test Suite page.

The Test Suite navigation panel includes 7 tabs: FLOWS, LOGIN, PARAMETERS, BEFORE/AFTER, CI, COLLABORATORS and GITHUB SYNC (hidden by default).

TabDescription

FLOWS

The first and the most important tab where you write your flows.

LOGIN

Easily configure the global login flow that will run before each test flow of the Test Suite.

PARAMETERS

Set default parameters that will be used in the Test Suite.

Configure a setup and teardown logic for your Test Suite.

Integrate a Test Suite into your CI/CD process and run API tests via REST, CLI or JavaScript.

Set team members who will be able to edit the Test Suite.

Integrate Test Suite data with your GitHub repository

Last updated