瀏覽代碼

Add detox loglevel trace

yogevbd 5 年之前
父節點
當前提交
7ca32b9a8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      scripts/test-e2e.js

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

@@ -25,5 +25,5 @@ function run() {
25 25
     if (!skipBuild) {
26 26
         exec.execSync(`detox build --configuration ${configuration}`);
27 27
     }
28
-    exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers} --loglevel trace` : ``}`); //-f "ScreenStyle.test.js" --loglevel trace
28
+    exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers}` : ``} --loglevel trace`); //-f "ScreenStyle.test.js" --loglevel trace
29 29
 }