I am using protractor for my AngularJS E2E testing. I use the DOS command line with a white background and black test.
I have the following set up:
jasmineNodeOpts: {
isVerbose: true,
showColors: true,
defaultTimeoutInterval: 30000,
stackTrace: false
}
What happens is that I see the first few lines in black on white:
C:\Test\NodejsConsoleApp1\NodejsConsoleApp1>node_modules\.bin\protractor conf.js
Using the selenium server at http://localhost:4444/wd/hub
[launcher] Running 1 instances of WebDriver
Homepage1
Open a page with an id of ng-app
Then the text background changes to black and I see black, red and green on a dark background.
Is there a way I can change this?