-
Suggestion
-
Resolution: Unresolved
-
None
Summary:
Currently in Bitbucket cloud pipeline, if a step/test is failed the whole build will exit and it is marked as failed.
Using the option "set +e" we can mark the failed test as passed and continue with next steps but for devs who would like to fix the errors within a given time period this does not help since they will not be able to make a difference between failed and passed builds.
It would be great to have a feature to skip a test and also mark a test as failed(considering marking build as orange indicating a failed test instead failing the whole build and marking it as red) and continue with next steps