We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7801de5 commit 68ce952Copy full SHA for 68ce952
src/test/resources/com/znsio/sample/e2e/features/theapp.feature
@@ -3,7 +3,7 @@ Feature: Scenarios for "The App"
3
4
# CONFIG=./configs/theapp/theapp_local_web_config.properties PLATFORM=web TAG="@theapp and @switchUser1" ./gradlew run
5
# CONFIG=./configs/theapp/theapp_local_android_config.properties PLATFORM=android TAG="@theapp and @switchUser1" ./gradlew run
6
- @android @web @switchUser1 @theapp
+ @android @web @switchUser @switchUser1 @theapp
7
Scenario: Switch user persona
8
And "I" login to TheApp with invalid credentials - "znsio1", "invalid password"
9
When "I" switch my role to "You"
0 commit comments