Lists all available testsets in the configuration. Shows testset names, number of tests, and groups.
Resolves when listing completes
If Config.json is invalid or missing testsets
// From CLI: polyman list testsetsawait listTestsetsAction();// Displays:// 1. tests: 15 tests, groups: samples, main// 2. stress: 100 tests, groups: none Copy
// From CLI: polyman list testsetsawait listTestsetsAction();// Displays:// 1. tests: 15 tests, groups: samples, main// 2. stress: 100 tests, groups: none
Lists all available testsets in the configuration. Shows testset names, number of tests, and groups.