Travis build should pass for firefox 59. It did for firefox 58
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)
Firefox 59 has dropped the "version tag" in its scripts, and I think that it leads to this error.
See:
Expected behaviour
Travis build should pass for firefox 59. It did for firefox 58
Actual behaviour
The test fail with:
Environment Details
karma --version): 2.0.0 (checkout of master at 2018-03-14 22:11 European time)karma.config.jsfile: NASteps to reproduce the behaviour
Additionnal notes
Firefox 59 has dropped the "version tag" in its scripts, and I think that it leads to this error.
See: