Skip to content

Commit

Permalink
Add additional failure e2e tests for launching apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Nov 5, 2024
1 parent 863df71 commit 8d7302a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e2e/workspaces/demo_app/fail_launchApp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
appId: com.nonexistent
tags:
- failing
---
- launchApp
6 changes: 6 additions & 0 deletions e2e/workspaces/demo_app/fail_launchApp_nonDefault.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
appId: com.example.example
tags:
- failing
---
- launchApp:
appId: com.nonexistent

0 comments on commit 8d7302a

Please sign in to comment.