소스 검색

another try

Daniel Zlotin 7 년 전
부모
커밋
350aecda51
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js 파일 보기

12
     exec.execAsync(`sleep 10`).then(() => {
12
     exec.execAsync(`sleep 10`).then(() => {
13
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
13
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
14
     });
14
     });
15
+
15
     startRecording();
16
     startRecording();
16
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
17
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
17
   } finally {
18
   } finally {