I need to E2E test my AngularJS Application an Protractor seems like the right way to do it. Setup was fairly straightforward and it works like a charm in Chrome. I need how
You may use chrome itself in headless mode in 59 version onwards without any external tools.
capabilities: { browserName: 'chrome', chromeOptions: { args: [ "--headless", "--window size=800,600" ] } }