We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed13974 commit 43acb70Copy full SHA for 43acb70
1 file changed
src/config/main.ejs
@@ -45,6 +45,9 @@ module.exports = {
45
port: 5173
46
},
47
<% } %>
48
+ // Set this to true to disable bounding boxes on terminal output. Useful when running in some CI environments.
49
+ disable_output_boxes: false,
50
+
51
webdriver: {},
52
53
test_workers: {
0 commit comments