Skip to main content

Structuring tests

There are several ways to structure your tests:


Projects

Projects are separate environments within the same organisation. Each project starts with a clean slate — no secrets, variables, or modules are carried over from other projects.

Use projects to isolate distinct applications or teams that should not share configuration.

Project switcher


Folder structure

Tests are organised in a nested folder tree. Folders can be created when adding a new test case, and tests can be moved between folders at any time.

Folder tree view

Moving a test

There are two ways to move a test to a different folder:

From the test list — hover over a test row to reveal the action icons, then click Move.

Move button on test row

A folder picker opens. Navigate the hierarchy and select the destination folder, or create a new one.

Folder destination picker

A confirmation toast appears once the move is complete.

Move confirmation toast

The test now appears in its new location in the folder tree.

Test in new folder location

Alternatively: From the test case details page — open the "…" menu in the top-right and select Move.

Move option in test case menu

Move option in test case menu

Test suites

Test Suites allow you to group tests and execute them together.

A test can be added to a test suite via two ways:

  • On the test case details page, click the (Add test suites) + button below the test name and URL.

Adding test to test suite in test case details

  • Go the test suites panel on the side bar, click + Create test suite.

Adding tests in test suite view

See Test Suites for more details on executing suites.