Daniel Zlotin hace 7 años
padre
commit
3d690e290c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      scripts/test.e2e.ios.js

+ 0
- 2
scripts/test.e2e.ios.js Ver fichero

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 {