The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform a Junit test in bamboo

Aakash Basnet
March 12, 2015

How to perform an automated Junit testing in bamboo. and how to get the artifact and save it in external space?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 12, 2015

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

TAGS
AUG Leaders

Atlassian Community Events