Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New NUnit runner for Microsoft.Testing.Platform #3387

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

@christophwille
Copy link
Member Author

christophwille commented Feb 3, 2025

Issue to watch out for: coverlet-coverage/coverlet#1715

- name: Execute unit tests

We don't collect code coverage data anyways, so this is more or less a non-issue.

@christophwille
Copy link
Member Author

christophwille commented Feb 8, 2025

CI uses

dotnet test --logger "junit;LogFileName=${{ matrix.configuration }}.xml" --results-directory test-results $env:Tests1 $env:Tests2 $env:Tests3

What are the respective equivalents for MTS?

See this thread on -logger: https://bsky.app/profile/tyrrrz.me/post/3liep5xqqy22q plus issue Tyrrrz/GitHubActionsTestLogger#41 (comment)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant