Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Adding framework and assembly tokens for test output path #49

Merged
merged 4 commits into from
May 20, 2019

Conversation

bshurts
Copy link
Contributor

@bshurts bshurts commented May 17, 2019

For issue #24

@bshurts
Copy link
Contributor Author

bshurts commented May 19, 2019

OK I just added a small test for the log file tokens. Tried to be minimally invasive in existing tests without reinventing the wheel.

{
string[] expectedResultsFiles = new string[]
{
Path.Combine(DotnetTestFixture.RootDirectory, "NUnit.Xml.TestLogger.NetMulti.Tests.NetFramework46.test-results.xml"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are failing in unix because these file names need to be case sensitive (caps NET).

NUnit.Xml.TestLogger.NetMulti.Tests.NETFramework46.test-results.xml
NUnit.Xml.TestLogger.NetMulti.Tests.NETCoreApp20.test-results.xml

@codito
Copy link
Collaborator

codito commented May 20, 2019

🎆 🚀 Thank you! Tests are failing on unix due to a minor error, added a commit fixing it. Will merge after CI is green!

@codito codito merged commit 01d7109 into spekt:master May 20, 2019
@bshurts
Copy link
Contributor Author

bshurts commented May 20, 2019

When can I consume these changes via a package on nuget @codito?

@codito
Copy link
Collaborator

codito commented May 20, 2019

Just pushed an update! https://www.nuget.org/packages/NunitXml.TestLogger/2.1.41

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

Successfully merging this pull request may close these issues.

None yet

2 participants