浏览代码

another try

Daniel Zlotin 7 年前
父节点
当前提交
350aecda51
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js 查看文件

@@ -12,6 +12,7 @@ function run() {
12 12
     exec.execAsync(`sleep 10`).then(() => {
13 13
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
14 14
     });
15
+
15 16
     startRecording();
16 17
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
17 18
   } finally {