machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Machine.Specifications.Runner.VisualStudio Doesn't Support dotnet --filter #342

Closed derekgreer closed 5 years ago

derekgreer commented 7 years ago

Machine.Specifications.Runner.VisualStudio v2.3.0

The adaptor doesn't appear to respect anything passed to the dotnet.exe --filter parameter.

Are there any filters supported?

Here's some examples one would expect to work: dotnet --filer Tag!=integration dotnet --filter Subject=component dotnet -- filter ClassName~MySpecs

robertcoltheart commented 5 years ago

Duplicate of #327