-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Expected behaviour
Travis build should pass for firefox 59. It did for firefox 58
Actual behaviour
The test fail with:
1) Scenario: Execute a test in Firefox with version, with JavaScript tag # test/e2e/tag.feature:6
✔ Given a configuration with: # test/e2e/step_definitions/core_steps.js:116
[...]
✖ Then it passes with: # test/e2e/step_definitions/core_steps.js:185
"""
.
Firefox
"""
Error: Expected output to match the following:
.
Firefox
Got:
Firefox 59.0.0 (Linux 0.0.0) ERROR
{
"message": "You need to include some adapter that implements _karma_.start method!",
"str": "You need to include some adapter that implements _karma_.start method!"
}
Firefox 59.0.0 (Linux 0.0.0): Executed 0 of 0 ERROR (0.196 secs / 0 secs)
Environment Details
- Karma version (output of
karma --version
): 2.0.0 (checkout of master at 2018-03-14 22:11 European time) - Relevant part of your
karma.config.js
file: NA
Steps to reproduce the behaviour
- clone the karma-runner/karma repository
- npm install && npm link :-)
- npm test
Additionnal notes
Firefox 59 has dropped the "version tag" in its scripts, and I think that it leads to this error.
See:
- https://developer.mozilla.org/fr/docs/Web/HTML/Element/script (see the orange note around the middle of the page)
- https://bugzilla.mozilla.org/show_bug.cgi?id=1428745
Metadata
Metadata
Assignees
Labels
No labels