VSTS Chromium Build TaskThis task automates the Process of Installing Chromium on your Hosted Build Agent in VSTS so that you can run your javascript tests with a headless browser. The environment variables CHROMIUM_BIN and CHROME_BIN will be set, so that tools like karma-chrome-launcher will work out of the box. Sample Karma headless configuration:
Full documentation is available on http://vsts-chromium-task.readthedocs.io Getting the Tools |