Open
Description
Steps to Reproduce
- Setup Fixie 3.0.0 as per the wiki instructions
- Have a solution with more than one test project
- Run
dotnet test
at the solution level, observe that all solution tests are discovered and executed - Run
dotnet fixie
at the solution level, observe that it complains there's no project file
Expected Behavior
dotnet fixie
at the solution level should find and run all the Fixie test projects in the solution
Actual Behavior
dotnet fixie
complains that no project was provided
WHY???
This makes it simpler when running CI scenarios and I want to setup a simple run that does:
# azure pipelines task
- pwsh: |
dotnet build -c Release
dotnet fixie -c Release
And it will just run all my tests. Otherwise, I need to explicitly call out my test projects or do some PowerShell to iterate all the projects. Since you moved to using the .NET Global Tool, adding this behavior makes a lot more sense.
Metadata
Metadata
Assignees
Labels
No labels