Skip to content

Commit

Permalink
[Detox] Debug: Add debug for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 24, 2024
1 parent 21680eb commit ea99fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ jobs:
- name: Test iOS Release
run: |
cd example
yarn detox test -c ios.sim.release -l info -u
yarn detox test -c ios.sim.release -l info -u --debug-synchronization 500
2 changes: 1 addition & 1 deletion example/e2e/setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { device } from 'detox';

beforeAll(async () => {
await device.launchApp();
await device.launchApp({launchArgs: { 'DTXEnableVerboseSyncSystem': 'YES', 'DTXEnableVerboseSyncResources': 'YES' }});
});

0 comments on commit ea99fc4

Please sign in to comment.