Skip to content
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

e2e tests are not being run after cucumberjs upgrade #2764

Closed
chrahunt opened this issue Jul 9, 2017 · 0 comments
Closed

e2e tests are not being run after cucumberjs upgrade #2764

chrahunt opened this issue Jul 9, 2017 · 0 comments

Comments

@chrahunt
Copy link
Contributor

chrahunt commented Jul 9, 2017

Expected behaviour

Following the instructions here for getting set up and running npm test should result in all tests being run successfully.

Actual behaviour

The output of the cucumberjs:ci task indicates there are no tests being executed.

Running "test:e2e" (test) task

Running "cucumberjs:ci" (cucumberjs) task


0 scenarios
0 steps
0m00.000s

Environment Details

  • Karma version (output of karma --version): latest from master
  • Relevant part of your karma.config.js file: N/A

Steps to reproduce the behaviour

git clone [email protected]:karma-runner/karma.git \
&& cd karma                                     \
&& npm install                                  \
&& npm test

I checked 33e53b9, and the tests ran successfully. The issue was introduced in 483bedd, which is also visible in the travis-ci logs for the PR here.

@chrahunt chrahunt changed the title No e2e tests are being run in latest e2e tests are not being run after cucumberjs upgrade Jul 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant