Hey team,
We have below configuration in Bamboo:
Stage 1:
Task 1 : Build
Task 2 : Maven test suite 1
Task 3 : Maven Test suite 2
With above configuration, when test suite 1 fails, I want test suite 2 to still execute as they are independent of each other. However, what I see happening is that when test suite 1 fails, the whole stage fails and it won't execute test suite 2. Any advice would be much appreciated. Thanks