Skip to content

Commit

Permalink
reproduced
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 2, 2024
1 parent 5b67dca commit 2db3cb8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions e2e/workspaces/demo_app_repro_1971/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
flows:
- "features/**"
includeTags:
- regression
executionOrder:
continueOnFailure: true
flowsOrder:
- test1
- test2
- test3
6 changes: 6 additions & 0 deletions e2e/workspaces/demo_app_repro_1971/features/test1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
appId: com.example.example
tags:
- regression
---
- launchApp:
clearState: true
6 changes: 6 additions & 0 deletions e2e/workspaces/demo_app_repro_1971/features/test2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
appId: com.example.example
tags:
- regression
---
- launchApp:
clearState: true
6 changes: 6 additions & 0 deletions e2e/workspaces/demo_app_repro_1971/features/test3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
appId: com.example.example
tags:
- regression
---
- launchApp:
clearState: true

0 comments on commit 2db3cb8

Please sign in to comment.