Skip to content

Commit

Permalink
temp: try new command for targeting just onboarding spec
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 11, 2024
1 parent 95a3df9 commit 2f92903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/ledger-live-mobile/scripts/e2e-ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const bundle_ios_with_cache = async () => {

const test_ios = async () => {
await $`echo 'Starting detox tests with 2 workers...' && pnpm mobile e2e:test${speculos} \
e2e/specs/onboarding.spec.ts \
-c ios.sim.release \
--loglevel error \
--record-logs all \
Expand All @@ -45,7 +46,7 @@ const test_ios = async () => {
--retries 1 \
--cleanup \
--maxWorkers 2 \
--spec 'e2e/specs/onboarding.spec.ts'`;
`;
};

const build_android = async () => {
Expand Down

0 comments on commit 2f92903

Please sign in to comment.