Skip to content

Commit

Permalink
Add maestro to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 2, 2023
1 parent 7dca9e9 commit 26f219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write --list-different './src/**/*.{js,ts,tsx}'",
"lint": "eslint --ext '.js,.ts,.tsx' --fix src && yarn check-types && yarn format",
"check-types": "tsc --noEmit",
"install-e2e": "export MAESTRO_VERSION=1.32.0; curl -Ls \"https://get.maestro.mobile.dev\" | bash",
"install-e2e": "export MAESTRO_VERSION=1.32.0; curl -Ls \"https://get.maestro.mobile.dev\" | bash && export PATH=\"$PATH\":\"$HOME/.maestro/bin\"",
"prepare-e2e-ios": "brew tap facebook/fb && brew install facebook/fb/idb-companion",
"test-e2e-ios": "yarn ios && maestro test --output results.xml -e APP_ID=org.reactjs.native.example.ScreensExample e2e/flow.yml",
"test-e2e-android": "yarn android && maestro test --output results.xml -e APP_ID=com.swmansion.rnscreens.example e2e/flow.yml"
Expand Down

0 comments on commit 26f219a

Please sign in to comment.