Test suite management

A suite is a collection of the tests and other suites. You can combine the multiple tests and suites into a single workflow and organize them into a suite.

As part of the test suite management, you can create, edit, run, and delete the suites. When you create a suite, a .dts.yaml file is created and listed under the Suites folder in the test navigator panel.

You can run the suite either sequentially or in parallel. In a sequential run, the tests and suites within the suite are run sequentially, one after the other. In a parallel run, the tests and suites within the suite are run concurrently.

You can rerun the failed tests and suites instead of rerunning the suite. When you run the test suite, you can access the console output to troubleshoot the issues.