Is it possible to somehow set the threshold for JUnit test cases that would stop Bamboo when the build failed with failed tests?
I know about the Quarantine option, but thatโs not exactly what Iโm looking for. I donโt want to manually transfer the test cases from the quarantined set. We have a TDD environment where test cases are based on a large set of external annotated data and we want to create coverage.
I want to see the actual results (e.g. 43% of the pass) and tell Bamboo to succeed in the build, for example. when the results are> 40%.
By the way, if I stick to Quarantine, do I really need to select them one at a time? There are 10,000 !: D
source share