Skip to content

Commit

Permalink
e2e trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 2, 2024
1 parent adf3ef6 commit 96f4c0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,14 @@ jobs:

- name: Add Maestro CLI executable to PATH
run: |
ls -la
unzip maestro.zip -d maestro_extracted
echo "$PWD/maestro_extracted/bin" >> $GITHUB_PATH
- name: Check if Maestro CLI executable starts up
run: |
ls -la
echo "PATH: $PATH"
mkdir -p "$HOME/.maestro"
printf "e2e" > "$HOME/.maestro/uuid"
maestro --help
Expand Down
10 changes: 6 additions & 4 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This directory contains glue code for testing Maestro itself.

Typical workflow is:

0. Start Android emulator and iOS simulator
1. `download_apps`
2. `install_apps`
3. `run_tests`
1. Start Android emulator and iOS simulator
2. `download_apps`
3. `install_apps`
4. `run_tests`

We try to keep scripts in files, so we don't get too tightly coupled to GitHub Action.

0 comments on commit 96f4c0f

Please sign in to comment.