We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the instructions here for getting set up and running npm test should result in all tests being run successfully.
npm test
The output of the cucumberjs:ci task indicates there are no tests being executed.
cucumberjs:ci
Running "test:e2e" (test) task Running "cucumberjs:ci" (cucumberjs) task 0 scenarios 0 steps 0m00.000s
karma --version
master
karma.config.js
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.Environment Details
karma --version
): latest frommaster
karma.config.js
file: N/ASteps to reproduce the behaviour
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.
The text was updated successfully, but these errors were encountered: