From 26f219a2ab6229e07da613e3593b2f7661c4bc65 Mon Sep 17 00:00:00 2001 From: tboba Date: Mon, 2 Oct 2023 13:06:19 +0200 Subject: [PATCH] Add maestro to PATH --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 2cd355c810..9244af2a82 100644 --- a/Example/package.json +++ b/Example/package.json @@ -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"