eridem/patata

Not passing should not always exit with code 1

Closed this issue · 3 comments

If you write all your tests ahead of time, you might not want to fail your tests when not everything works, this will clog up a build server that simply needs to generate a report and a progress build of the app. We need a progressBuild cli flag to not fail on test failure

Not sure if I understand it well. Can you provide an example?

Closed due discontinued conversation.

In other words this should work more like coverage reports with an option to fail on any non-passing test OR generate a report and exit with exit code 0. Otherwise when run on a CI server all tests must always pass