Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
adding second test and changed logs to verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilchrist-ledger committed Apr 28, 2022
1 parent d121087 commit c9aa1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Test iOS app
timeout-minutes: 15
run: yarn e2e:test -c ios.staging e2e/specs/onboarding.spec.js --loglevel trace --record-logs failing --record-timeline all --take-screenshots failing
run: yarn e2e:test -c ios.staging --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# --retries 1 --reuse

- name: Upload test artifacts
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
$ANDROID_HOME/platform-tools/adb devices
adb shell getprop persist.sys.timezone
adb shell setprop persist.sys.timezone
yarn e2e:test -c android.staging e2e/specs/onboarding.spec.js --loglevel trace --record-logs failing --record-timeline all --take-screenshots failing
yarn e2e:test -c android.staging --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# yarn start & yarn detox test -c android.debug --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# mkdir ./temp
# curl -f -o ./temp/test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk
Expand Down

0 comments on commit c9aa1a2

Please sign in to comment.