Skip to content

Commit

Permalink
boom
Browse files Browse the repository at this point in the history
  • Loading branch information
araujobarret committed Jan 4, 2024
1 parent d958520 commit d200c44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ commands:
paths:
- android/build
- android/app/build
- node_modules/react-native-config:
- node_modules/react-native-config
install-maestro:
steps:
- run:
Expand Down Expand Up @@ -342,35 +342,34 @@ jobs:
maestro-test-app-ios:
environment:
MAESTRO_APP_ID: net.artsy.artsy
MAESTRO_DRIVER_STARTUP_TIMEOUT: 60000
CI: 1

macos:
xcode: 15.1
resource_class: macos.m1.medium.gen1

steps:
- attach_workspace:
at: ../workspace
- restore_cache:
keys:
- v11-test-success-{{ checksum "../workspace/.manifests/native_code" }}
- checkout
- attach_workspace:
at: .
- macos/install-rosetta
- install-node
- setup-awscli
- setup-env-file
- install-node-modules
- install-maestro
- run-relay-compiler
- install-gems
- run: ls -la
- run: ./scripts/setup/download-fonts
- run: ./scripts/setup/download-assets-ios
- install-cocoapods
- macos/preboot-simulator:
version: "17.2"
platform: "iOS"
device: "iPhone 15 Pro"
- run: yarn maestro:ios:release:build
- run: yarn maestro:ios:release:install
- maestro-run-tests
- run: maestro test e2e/config.yml

build-test-app-ios:
environment:
Expand Down Expand Up @@ -559,8 +558,8 @@ workflows:

- approve-maestro-ios-test:
type: approval
requires:
- build-test-app-ios
# requires:
# - build-test-app-ios

- maestro-test-app-ios:
requires:
Expand Down
1 change: 1 addition & 0 deletions e2e/flows/onboarding/login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ appId: ${MAESTRO_APP_ID}
- launchApp:
clearState: true
clearKeychain: true
permissions: { all: deny }
- tapOn: "Log in.*"
- tapOn: "Continue with Email.*"
- inputText: ${MAESTRO_TEST_EMAIL}
Expand Down
1 change: 1 addition & 0 deletions e2e/flows/onboarding/signup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ appId: ${MAESTRO_APP_ID}
- launchApp:
clearState: true
clearKeychain: true
permissions: { all: deny }
- tapOn: "Sign up.*"
- tapOn: "Continue with Email.*"
- runScript:
Expand Down

0 comments on commit d200c44

Please sign in to comment.