Skip to content

Commit 43acb70

Browse files
authored
Add disable_output_boxes configuration option (#12)
Added option to disable bounding boxes in terminal output.
1 parent ed13974 commit 43acb70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/config/main.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ module.exports = {
4545
port: 5173
4646
},
4747
<% } %>
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+
4851
webdriver: {},
4952

5053
test_workers: {

0 commit comments

Comments
 (0)