You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
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
"failOnFailingTestSuite": false
karma start
Details
Is it consistent behaviour, if I set
failOnFailingTestSuite
(from #3116) onfalse
, 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
The text was updated successfully, but these errors were encountered: