Skip to main content

Creating Test Suites

👉 Join our shared Pokeshop API Demo environment and try creating a Test Suite yourself!

This page showcases how to create and edit Test Suites in the Web UI.

Main Test Suites Screen

Select Test Suites in the left menu and then click the Create button to create a new Test Suite:

Create a Test Button

Give your Test Suite a name, and click Next:

Name the Test Suite

Next, select which tests to run in the Test Suite and click Create & Run:

Select Tests in Test Suite

The Test Suite will start:

Running Test Suite

On the automate tab, you find methods to automate the current Test Suite, including the YAML test file and the CLI command for Tracetest.

Automate Tab

With all of the toggles Off, each criteria is tested. Toggle individual criteria On, to select on certain checks for the selected test.

When the Test Suite is finished, you will get the following result:

Finished Test Suite

You can now view individual Test Results executed by the Test Suite by clicking on any of the tests in the list.

👉 Join our shared Pokeshop API Demo environment and try creating a Test Suite yourself!