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
Hello team, I am new to e2e. I have a feature file with multiple scenarios like this:
**Feature**: I would like to login
**Scenario**: Success Login (no active session)
Given ... scenario 1
Then ... scenario 1
When ... scenario 1
**Scenario**: Success Login (active session)
Given ... scenario 2
Then ... scenario 2
When ... scenario 2
**Scenario**: Failed Login
Given ... scenario 3
Then ... scenario 3
When ... scenario 3
@igniteram Even i have setup my tests to run around this framework, can you please confirm if currently there is no support for scenario like this mentioned above? So as per now we have to write one scenario per feature file multiple scenario is not possible?
@vuhi and @rahulkedia1409 You can maintain multiple scenarios in one file and can run multiple scenarios at once or run each scenarios at once.
Here, to run multiple you just need to run the feature file.
But to run each scenario you need to add a tag to it
Hello team, I am new to e2e. I have a feature file with multiple scenarios like this:
I have a step file like this:
My questions are:
The text was updated successfully, but these errors were encountered: