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.
.png?alt=media&token=34dfc9ca-9171-494a-915b-363758466dd6)
The Test Suite navigation panel includes 7 tabs: FLOWS, LOGIN, PARAMETERS, BEFORE/AFTER, CI, COLLABORATORS and GITHUB SYNC (hidden by default).
Tab | Description |
---|---|
FLOWS | The first and the most important tab where you write your flows. |
LOGIN | |
PARAMETERS | |
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 modified 2mo ago