You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one feature file with multiple scenarios. Example:
Scenario: To test login page1
Given open the bank login url
When user type the valid "" and "
And user clicks sign in button
Then verify user has successfully logged in
Scenario: To test login page2
Given open the bank login url
When user type the valid "" and "
And user clicks sign in button
Then verify user has successfully logged in
I would like to run both the above scenarios in parallel like I used to do when using Selenium with Cucumber. How can I run those two scenarios in parallel?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have one feature file with multiple scenarios. Example:
I would like to run both the above scenarios in parallel like I used to do when using Selenium with Cucumber. How can I run those two scenarios in parallel?
Beta Was this translation helpful? Give feedback.
All reactions