Reqnroll v2.0.0 Released #142
gasparnagy
announced in
Announcements
Replies: 2 comments 1 reply
-
nice! great set if fixes too when do we update https://reqnroll.net/news/ ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
See official announcement and updated roadmap at https://reqnroll.net/news/2024/05/reqnroll-v2-0-released/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v2.0.0 - 2024-05-22
Breaking changes:
IObjectContainer
class has been changed fromBoDi
toReqnroll.BoDi
and it has moved to the mainReqnroll
package (theBoDi
package is not needed anymore). You might need to update the namespace usages.Improvements:
[DataRow]
attribute for scenario outlines (default behavior)Bug fixes:
BoDi.ObjectContainerException
: Interface cannot be resolved:Microsoft.Playwright.IBrowser
#58)@ignore
to an Examples block generates invalid code for NUnit v3+ (Adding @ignore to an Examples block generates invalid code for NUnit v3+ #103)@ignore
attribute is not inherited to the scenarios from Rule (The @ignore attribute is not inherited to the scenarios from rule #111)[StepArgumentTransformation]
with same input and output type, for example string ([Error] The active test run was aborted. Reason: Test host process crashed : Stack overflow #71)BeforeTestRun
hook does not runGlobalDependencies
#127)Beta Was this translation helpful? Give feedback.
All reactions