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

Karma returns non-zero exit code with disabled failOnFailingTestSuite when all tests are failed #3367

Closed
ilgonmic opened this issue Sep 24, 2019 · 0 comments · Fixed by #3369 or karronoli/redpen#10

Comments

@ilgonmic
Copy link
Contributor

ilgonmic commented Sep 24, 2019

Expected behaviour

exit code - 0

Actual behaviour

exit code - 1

Environment Details

  • Karma version (output of karma --version):
    Karma version: 4.0.1

  • Relevant part of your karma.config.js file
    "failOnFailingTestSuite": false

Steps to reproduce the behaviour

  1. "failOnFailingTestSuite": false
  2. All tests are failed
  3. karma start

Details

Is it consistent behaviour, if I set failOnFailingTestSuite (from #3116) on false, but Karma returns non-zero exit code, when all my tests are failed?

Seems that these lines are root cause, is it actual since we have failOnFailingTestSuite property?

karma/lib/browser.js

Lines 90 to 92 in 6235e68

if (!this.lastResult.success) {
this.lastResult.error = true
}

ilgonmic added a commit to ilgonmic/karma that referenced this issue Sep 26, 2019
- there are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no neccesity

Fixes karma-runner#3367
ilgonmic added a commit to ilgonmic/karma that referenced this issue Oct 2, 2019
- there are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no neccesity

Fixes karma-runner#3367
johnjbarton pushed a commit that referenced this issue Oct 10, 2019
* fix(runner): remove explicit error on all tests failed

- there are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no neccesity

Fixes #3367

* test(unit): Remove test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant