Closed romanchyla closed 10 years ago
the log is for 0.4.0, but I've tested also against the latest 0.6.0 release - both finish with 'Done, without errors'
This is actually correct if you are using the output option. https://github.com/jdcataldo/grunt-mocha-phantomjs#output
If your ci isn't verifying against the outputted file then you should remove output and the exit code will fire if a test fail letting travis know the tests failed.
thanks a lot!
when there are multiple url in mocha_phantomjs configuration, the run is always reported as successful; despite one (or multiple) url failing
is there an option to 'fail fast'? (or at least report non zero status when one of the urls is non-zero?)
here is an example, the test:full_testing will always succeed, but individual tests will fail
you can see it at work https://travis-ci.org/adsabs/bumblebee/jobs/33810821 - line 2400