-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Headless Chrome version detected to be 0.0.0 on Linux #2923
Comments
It may be related with: |
In my project, HeadlessChrome version detection works fine in Karma 2.0.0, but doesn't work in 2.0.2. |
Looks like it's because useragent was downgraded from 2.3.0 to 2.2.1 in #2937, most likely because of this bug: 3rd-Eden/useragent#120. So it's either proper Windows versions or proper HeadlessChrome version... 😕 |
Dupe of #2762 |
This issue should be closed as it's a duplicate and the issue it duplicates is already closed. |
Expected behaviour
Karma should display a real version number of Chrome Headless.
Actual behaviour
It always displays
HeadlessChrome 0.0.0 (Linux 0.0.0)
.Environment Details
Ubuntu 16.04.3 LTS
karma --version
):2.0.0
karma.config.js
filebrowsers: ['ChromeHeadless']
Steps to reproduce the behaviour
browsers: ['ChromeHeadless']
in the Karma config.Console Output:
The text was updated successfully, but these errors were encountered: