Browse Source

another try

Daniel Zlotin 7 years ago
parent
commit
8372d7e1b2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js View File

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