Fail or Ignore Tests
You decide how to proceed with failed unit tests. Continua CI lets you either fail
the build or keep building when unit tests fail.
By breaking your unit tests into core and feature test actions, you can set Continua
CI to fail the build if your core tests fail and ignore feature test results.
Continua CI also supports shelved tests, allowing you to shelve individual tests.
This will ignore the shelved results and continue the build anyway.