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
When i run my tests with just mocha, failing tests exit with code 1, and my CI tools report the failure correctly
When I run my tests with mocha --reporter mochavigo --reporter-options project-key=XXXXX, the same tests fail, and the report successfully goes to VigoReport, but the process exists with code 0, and my CI tools report ✅ and allow me to merge the broken changes!
I'm using [email protected] and [email protected].
The text was updated successfully, but these errors were encountered:
When i run my tests with just
mocha
, failing tests exit with code 1, and my CI tools report the failure correctlyWhen I run my tests with
mocha --reporter mochavigo --reporter-options project-key=XXXXX
, the same tests fail, and the report successfully goes to VigoReport, but the process exists with code 0, and my CI tools report ✅ and allow me to merge the broken changes!I'm using
[email protected]
and[email protected]
.The text was updated successfully, but these errors were encountered: