Skip to content

Commit

Permalink
repro issue 1710
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 24, 2024
1 parent 7f67ae6 commit b168986
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maestro_issue_1710/flow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
appId: com.example.example
---
- runFlow: "myFlow.yaml"
- runScript:
file: ./script.js
6 changes: 6 additions & 0 deletions maestro_issue_1710/myFlow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
appId: com.example.example
---
- launchApp:
clearState: true
- runScript:
file: ./script.js
3 changes: 3 additions & 0 deletions maestro_issue_1710/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const myVar = 'foo';
console.log(myVar); // outputs 'foo'
console.log(`myVar is ${myVar}`) // outputs 'myVar is foo'
Binary file added workspace.zip
Binary file not shown.

0 comments on commit b168986

Please sign in to comment.