Replies: 2 comments 4 replies
-
You might try the Decorators feature in a custom Generator PlugIn: Or you might try extending the External Data Plugin by creating a new IDataSourceLoader. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@czarls When I cleaned up the pages https://docs.reqnroll.net/latest/extend/plugins.html#generator-plugins and https://docs.reqnroll.net/latest/extend/decorators.html, I think I have tried them out to create a generator plugin. Could you please give another try? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have been using Reqnroll for some time now along with my other C# test projects. I want to share some functionalities between them. In my other NUnit project I use custom
TestCaseParams
attribute implementingTestCaseSourceAttribute
:GetParamObjects
method, which takes argumenttestCaseId
returns an array of objects which create me test parameters (in this case it retrieves Azure Test Case parameters - shared or local).I'm wondering how to implement a new, custom plugin in Reqnroll, which creates me Scenario Outline after build, similarly to "External Data Plugin".
Perfect solution would be a tag: @DataSourceFromTestCase:{int}
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions