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

MSTest runner: allow overriding TestRunParameters #3106

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

Evangelink
Copy link
Member

When using MSTest runner it wasn't possible to override or provide TestRunParameters entries while with VSTest we could override any entry from runsettings. We have decided to not allow to change any runsettings entry but to provide first-class level support for test run parameters.

The syntax is --test-parameter Key=Value and we can provide multiple pairs.

Copy link
Member

@nohwnd nohwnd left a comment

Choose a reason for hiding this comment

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

Wait no, didn't we say that multiple will be provided by repeating the parameters because we don't consume multiple values into a parameter?

@Evangelink Evangelink merged commit 70e0868 into microsoft:main Jun 17, 2024
6 checks passed
@Evangelink Evangelink deleted the test-run-parameters branch June 17, 2024 08:30
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.

2 participants