How to run testclass with xunit for mobile app automation (appium,c#,xunit). #267
pritesh848
started this conversation in
Ideas
Replies: 1 comment
-
Hi @pritesh848 welcome to Reqnroll. I suggest you read through the Quickstart in the Reqnroll documentation. Your step definition methods will not have Xunit attributes, but instead will need a Reqnroll attribute (Given, When, or Then) that indicates when and how each step definition method is matched with a Scenario step from your Feature file. The class that contains the step definition methods is attributed with a [Binding] attribute. Reqnroll does not yet have HTML reporting, but it is on the road-map. |
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
-
How to run testclass with xunit, I want to run step defn file class as a testcase but If I add [FACT] attribute to every method in step defn file the app is launching for every method in step definition file. (Means every step definition method is acting as testcase)
How to run class as a test ? Using xunit
Also plz tell how to generate HTML report ?
Beta Was this translation helpful? Give feedback.
All reactions