Last Updated: February 25, 2016
·
554
· creativeadea

Make Behat comments visible in Mac OS X Terminal

When running behat tests on Mac OS X, the default colours for the comments is too dark to see if you use a dark background colour for your terminal. To fix this I added the following line to my .bashrc:

export BEHAT_PARAMS="formatter[parameters][output_styles][comment][]=blue”