Daniel Zlotin 7 lat temu
rodzic
commit
eea7b24681
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Wyświetl plik

13
     exec.execAsync(`sleep 30`).then(() => {
13
     exec.execAsync(`sleep 30`).then(() => {
14
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
14
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
15
     });
15
     });
16
+
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 {
18
     stopRecording();
19
     stopRecording();