You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
The functionality to filter tests with a string the same as you would with the xunit ''filter" parameter, or basic string matching would be great for doing TDD on platform specific code and for kicking off particular suites of tests without needing to separate each suite into a new test assembly.
One way to implement this could be to expose a "RunnerOptions.Filter" property which if set will populate the SearchQuery entry.
If the "RunnerOptions.AutoStart" is set to true it will execute the RunFilteredTestsCommand button rather than the RunAllTestsCommand button.
The text was updated successfully, but these errors were encountered:
The functionality to filter tests with a string the same as you would with the xunit ''filter" parameter, or basic string matching would be great for doing TDD on platform specific code and for kicking off particular suites of tests without needing to separate each suite into a new test assembly.
One way to implement this could be to expose a "RunnerOptions.Filter" property which if set will populate the SearchQuery entry.
If the "RunnerOptions.AutoStart" is set to true it will execute the RunFilteredTestsCommand button rather than the RunAllTestsCommand button.
The text was updated successfully, but these errors were encountered: