Skip to content

Test.Platform how to add dotnet test parameter when invoke through dotnet test.dll #4085

Answered by nohwnd
jundayin asked this question in Q&A
Discussion options

You must be logged in to vote

In docker you should run the executable / dll directly. Either by executing it, or via dotnet exec. You can then specify --filter to filter the tests (or --help to print all the options available).

Showing on windows but it is the same principle.

In this case you don't need SDK in the image.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jundayin
Comment options

@nohwnd
Comment options

Answer selected by jundayin
@nohwnd
Comment options

@Evangelink
Comment options

@nohwnd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants