TeamCity - How to select the tests that will execute in "Run Custom" dialog
Answered

Please sign in to leave a comment.
Hello Tech,
There is not built-in functionality in TeamCity. You can try to use a third party plugin for this purpose: https://plugins.jetbrains.com/teamcity/plugin/9076-web-parameters.
Also the common practice is to use tests categories and not to execute tests by name.