Skip to content

Commit

Permalink
Add detox loglevel trace
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed May 7, 2019
1 parent fbd42b0 commit 7ca32b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ function run() {
if (!skipBuild) {
exec.execSync(`detox build --configuration ${configuration}`);
}
exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers} --loglevel trace` : ``}`); //-f "ScreenStyle.test.js" --loglevel trace
exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers}` : ``} --loglevel trace`); //-f "ScreenStyle.test.js" --loglevel trace
}

0 comments on commit 7ca32b9

Please sign in to comment.