How to perform an automated Junit testing in bamboo. and how to get the artifact and save it in external space?
Community moderators have prevented the ability to post new answers.
More details?
At the basics - you can use a script task to trigger the test as you would do on a command line. If you're using maven - there's a maven task that allows you to execute the test goal.
After the test - trigger one of the test collecting tasks:
https://confluence.atlassian.com/display/BAMBOO/Configuring+a+test+task (If you're using Maven - it's already done).
That will make Bamboo collect the data and provide you with some metrics.
If you want to save stuff off - configure the Artifacts:
https://confluence.atlassian.com/display/BAMBOO/Configuring+a+job%27s+build+artifacts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.