Skip to content

Travis build fail for firefox 59 #2957

@jehon

Description

@jehon

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

  1. clone the karma-runner/karma repository
  2. npm install && npm link :-)
  3. npm test

Additionnal notes

Firefox 59 has dropped the "version tag" in its scripts, and I think that it leads to this error.
See:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions