Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet --list-tests should work with the filter #495

Open
mikeblakeuk opened this issue Mar 14, 2023 · 1 comment
Open

dotnet --list-tests should work with the filter #495

mikeblakeuk opened this issue Mar 14, 2023 · 1 comment

Comments

@mikeblakeuk
Copy link
Contributor

dotnet test --list-tests should produce a list of test that can be used to then filter the tests.

As per https://learn.microsoft.com/en-us/azure/devops/pipelines/test/parallel-testing-any-test-runner?view=azure-devops#sample-code

it could be the filtering is broken

@mikeblakeuk
Copy link
Contributor Author

dotnet test --list-tests

Workaround is to use

dotnet test --filter "TestCase.DisplayName=NameFrom TheList"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants