8000 Feature Request: dotnet fixie at the solution level should run all solution tests · Issue #255 · fixie/fixie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Feature Request: dotnet fixie at the solution level should run all solution tests #255
Open
@garoyeri

Description

@garoyeri

Steps to Reproduce

  1. Setup Fixie 3.0.0 as per the wiki instructions
  2. Have a solution with more than one test project
  3. Run dotnet test at the solution level, observe that all solution tests are discovered and executed
  4. Run dotnet fixie at the solution level, observe that it complains there's no project file

Expected Behavior

  1. dotnet fixie at the solution level should find and run all the Fixie test projects in the solution

Actual Behavior

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0