AngularJS E2E テストに分度器を使用しています。白い背景と黒いテストで DOS コマンド ラインを使用します。
私は次の設定をしています:
jasmineNodeOpts: {
isVerbose: true,
showColors: true,
defaultTimeoutInterval: 30000,
stackTrace: false
}
何が起こるかというと、最初の数行が白地に黒で表示されます。
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
次に、テキストの背景が黒に変わり、暗い背景に黒、赤、緑が表示されます。
これを変更する方法はありますか?