Updated test framework package references to latest#167
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Visual Studio “Reqnroll Project” template to generate new projects referencing newer versions of supported test frameworks and their runners/adapters.
Changes:
- Bumped Reqnroll test-framework integration packages (xUnit, xUnit.v3, NUnit, MSTest, TUnit) to newer versions.
- Updated underlying test framework / runner / adapter package versions (xunit.runner.visualstudio, xunit.v3, NUnit, NUnit3TestAdapter, MSTest, TUnit).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I see the tests are broken on main. I don't if this is the result of merging this PR @clrudolphi any idea? I havent found time to check the root cause of the test failures |
The connector tests are dynamically building a few of the Reqnroll example sample projects from the Version 3.3.4 final was released two days ago and so a reference to 3.3.4-local isn't valid. |
🤔 What's changed?
Modified the New Project wizard configuration to reference the latest versions of the test execution frameworks.
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
📋 Checklist:
This text was originally taken from the template of the Cucumber project, then edited by hand. You can modify the template here.