We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d6ff5 commit fbd42b0Copy full SHA for fbd42b0
scripts/test-e2e.js
@@ -25,5 +25,5 @@ function run() {
25
if (!skipBuild) {
26
exec.execSync(`detox build --configuration ${configuration}`);
27
}
28
- exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers}` : ``}`); //-f "ScreenStyle.test.js" --loglevel trace
+ exec.execSync(`detox test --configuration ${configuration} ${headless$} ${!android ? `-w ${workers} --loglevel trace` : ``}`); //-f "ScreenStyle.test.js" --loglevel trace
29
0 commit comments