Daniel Zlotin 8 лет назад
Родитель
Сommit
95effbd098
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Просмотреть файл

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
 
16
+
16
     startRecording();
17
     startRecording();
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 {