Forum Discussion
flaviomeira
13 years agoNew Contributor
Hi Tania,
Thanks for trying to help me.
I implemented a solution to solve this problem:
- As I had an ANT task to call my Testcomplete project, I created a java project (using JUnit) to run it;
- So I added an "assert" to verify the execution's return;
- In Bamboo, I created a task to run this java project (an ant task)
This way, when any test fails the application build is not completed (that's what I wanted).
This solution has a lot to improve. But it's working well.