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

OSOE-675: Set StopOnFail option to true un xunit.runner.json for Lombiq.OSOCE.Tests.UI #612

Closed
wants to merge 4 commits into from

Conversation

tteguayco
Copy link
Contributor

@tteguayco tteguayco commented Nov 14, 2023

OSOE-675

This configuration file is ignored when running the tests directly from VisualStudio.

It takes the configuration file into consideration when running the tests via dotnet test.

A related issue was opened: xunit/visualstudio.xunit#392

@github-actions github-actions bot changed the title Set StopOnFail option to true un xunit.runner.json for Lombiq.OSOCE.Tests.UI OSOE-675: Set StopOnFail option to true un xunit.runner.json for Lombiq.OSOCE.Tests.UI Nov 14, 2023
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"parallelizeAssembly": false,
"parallelizeTestCollections": true,
"maxParallelThreads": 3,
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@tteguayco tteguayco Nov 15, 2023

Choose a reason for hiding this comment

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

@DemeSzabolcs Should it just be to get rid of maxParallelThreads?

Copy link
Member

Choose a reason for hiding this comment

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

I think that would be the simplest, yes.

Copy link
Contributor Author

@tteguayco tteguayco Nov 15, 2023

Choose a reason for hiding this comment

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

Sorry @DemeSzabolcs, I think I messed up with this PR.

I just closed it and open this other one: #616

@DemeSzabolcs
Copy link
Member

@tteguayco Please also create an OSOCE PR with the submodule changes.

@tteguayco
Copy link
Contributor Author

Hey @DemeSzabolcs

Isn't this the OSOCE PR? Also, it looks like Lombiq.OSOCE.Tests.UI where the new files are included, is not a git module.

@DemeSzabolcs
Copy link
Member

@tteguayco Oh so sorry. For some reason I thought this was in the UI testing submodule. All good, ignore that comment.

@tteguayco tteguayco closed this Nov 15, 2023
@tteguayco tteguayco reopened this Nov 15, 2023
@tteguayco tteguayco closed this Nov 15, 2023
@tteguayco tteguayco deleted the issue/OSOE-675 branch November 15, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants