-
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
Chrome no longer supports HTML imports as of version 80 #3419
Comments
Until a fix can be applied, you can add a custom launcher that adds the |
For anyone stuck with this one, we have managed to run our specs using a Chromium binary.
|
What do you guys expect Karma to do about it? This feature has been removed from the only browser where it was supported and HTML Imports feature is obsolete. So the best we can do is to add a notice to the documentation that it does not work in the latest browsers. |
Depending on your use case you may try setting type to |
Also added similar note for `dart` include type. Fixes karma-runner#3419
Also added similar note for `dart` include type. Fixes karma-runner#3419
Also added similar note for `dart` include type. Fixes #3419
🎉 This issue has been resolved in version 5.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…unner#3556) Also added similar note for `dart` include type. Fixes karma-runner#3419
It seems that having removed HTML imports in Chrome 80 breaks things involving fetching HTML files via
<link href="%s.html" rel="import">
style imports. It appears that the files are still fetched, but they are no longer executed, leaving karma to show 0 tests being run in my setup. Using Chrome 79 and below works fine.The text was updated successfully, but these errors were encountered: