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.
When you run a suite, each child test within the suite generates an individual result. You can open the test from the suite by right-clicking the test and selecting Open, and the results of the child test are displayed in the Results tab along with the details of the suite that includes this test.
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.