Kaynağa Gözat

another try

Daniel Zlotin 7 yıl önce
ebeveyn
işleme
3d690e290c
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0
    2
      scripts/test.e2e.ios.js

+ 0
- 2
scripts/test.e2e.ios.js Dosyayı Görüntüle

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
-
16
-
17
     startRecording();
15
     startRecording();
18
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
16
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
19
   } finally {
17
   } finally {