xunit / visualstudio.xunit

VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)
https://xunit.net/
Other
146 stars 81 forks source link

After updating xunit.runner.visualstudio to 2.5.0+, Jenkins isn't finding test pattern #388

Closed pmcg86 closed 1 year ago

pmcg86 commented 1 year ago

Preface - Test's are found and running locally without any issues on xunit.runner.visualstudio 2.5.0

Error on Jenkins.

A total of 1 test files matched the specified pattern.
No test matches the given testcase filter

I'm using Allure.XUnit for reporting so my tests are using AllureXUnit like below.

image

Is it possibly that xunit.runner.visualstudio isn't seeing AllureXUnit as valid?

Not sure what else info that is needed but will provide it if necessary.

image

IGNORE - UPDATING TO .NET 6 FIXED THE ISSUE