We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See:
Need to wait for a PhantomJS-like interface to support existing tools (e.g. Karma)
The text was updated successfully, but these errors were encountered:
You can use it in karma with this configuration:
{ browsers: ['Chrome_headless'], customLaunchers: { Chrome_headless: { base: 'ChromeCanary', flags: ['--headless', '--remote-debugging-port=9222', 'http://0.0.0.0:9876/'] } } }
Do not forget to download Chrome Canary: https://www.google.com.au/chrome/browser/canary.html.
We should switch to the official support once it's merged: karma-runner/karma-chrome-launcher#111
Sorry, something went wrong.
feat(generator): use Chrome for unit testing and visual regression te…
013f30d
…sting Remove PhantomJS dependency from all projects ISSUES CLOSED: #124
No branches or pull requests
See:
Need to wait for a PhantomJS-like interface to support existing tools (e.g. Karma)
The text was updated successfully, but these errors were encountered: