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