Bläddra i källkod

Add loglevel verbose to e2e tests

Shalom Yerushalmy 7 år sedan
förälder
incheckning
8d58120bbe
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js Visa fil

17
   if (!skipBuild) {
17
   if (!skipBuild) {
18
     exec.execSync(`detox build --configuration ${configuration}`);
18
     exec.execSync(`detox build --configuration ${configuration}`);
19
   }
19
   }
20
-  exec.execSync(`detox test --configuration ${configuration} --platform ${platform} ${cleanup}`);
20
+  exec.execSync(`detox test --configuration ${configuration} --platform ${platform} ${cleanup} --loglevel verbose`);
21
 }
21
 }