Skip to content

Commit 0888442

Browse files
committed
Enable colors again!
1 parent 0da4d57 commit 0888442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cucumber.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"default": {
33
"publishQuiet": true,
44
"format": ["@cucumber/pretty-formatter"],
5+
"formatOptions": {
6+
"colorsEnabled": true
7+
},
58
"requireModule": ["ts-node/register"],
69
"require": ["features/**/*.ts"]
710
}

0 commit comments

Comments
 (0)