Skip to content

Commit ea59e4b

Browse files
authored
Add disable_output_boxes config to default Nightwatch config file. (#4432)
1 parent 01fc2ce commit ea59e4b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/runner/cli/nightwatch.conf.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ module.exports = {
3232
// See https://nightwatchjs.org/guide/concepts/test-globals.html#external-test-globals
3333
globals_path : '',
3434

35+
// Set this to true to disable bounding boxes on terminal output. Useful when running in some CI environments.
36+
disable_output_boxes: false,
37+
3538
webdriver: {},
36-
39+
3740
test_workers: {
3841
enabled: true,
3942
workers: 'auto'

0 commit comments

Comments
 (0)