Running tests against multiple configurations #610
-
In the past I used SpecFlow where I could define tags to run the same test again multiple configurations. In example multiple browsers (see example below). This used the SpecFlow+Runner. I remember that later there was a custom plug-in in the form of a nuget package I could add to do the same thing when using other xunit/nunit (can't remember which).
Basically the example above will create 2 tests in the explorer. One for Firefox and one for chome. I'm looking to do something similar using reqnroll. How could I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You may be looking for the Reqnroll.Actions.Browserstack plug-in. |
Beta Was this translation helpful? Give feedback.
You may be looking for the Reqnroll.Actions.Browserstack plug-in.