Skip to content

Commit fbd42b0

Browse files
committedMay 7, 2019
Add detox loglevel trace
1 parent 42d6ff5 commit fbd42b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/test-e2e.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ function run() {
2525
if (!skipBuild) {
2626
exec.execSync(`detox build --configuration ${configuration}`);
2727
}
28-
exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers}` : ``}`); //-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
2929
}

0 commit comments

Comments
 (0)
Failed to load comments.