|
@@ -31,7 +31,11 @@ function buildProjForDetox() {
|
31
|
31
|
shellUtils.exec.execSync(`${cmd}`);
|
32
|
32
|
}
|
33
|
33
|
|
|
34
|
+ console.log(`*********** 1`);
|
|
35
|
+
|
34
|
36
|
shellUtils.exec.execSync(`echo -en 'travis_fold:end:xcodebuild\n'`);
|
|
37
|
+
|
|
38
|
+ console.log(`*********** 2`);
|
35
|
39
|
}
|
36
|
40
|
function hasXcpretty() {
|
37
|
41
|
try {
|
|
@@ -43,9 +47,11 @@ function hasXcpretty() {
|
43
|
47
|
|
44
|
48
|
function e2e() {
|
45
|
49
|
try {
|
46
|
|
- shellUtils.exec.execSyncSilent(`watchman watch-del-all || true`);
|
47
|
|
- shellUtils.exec.kill(`detox-server`);
|
|
50
|
+ console.log(`*********** 3`);
|
|
51
|
+ //shellUtils.exec.execSyncSilent(`watchman watch-del-all || true`);
|
|
52
|
+ //shellUtils.exec.kill(`detox-server`);
|
48
|
53
|
shellUtils.exec.exec(`./node_modules/.bin/detox-server > ./detox-server.log 2>&1`);
|
|
54
|
+ console.log(`*********** 4`);
|
49
|
55
|
//const detoxAppBuildPath = `ios/DerivedData/playground/Build/Products/${release ? 'Release' : 'Debug'}_Detox-iphonesimulator/playground.app`;
|
50
|
56
|
//
|
51
|
57
|
//shellUtils.exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}"
|