Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,637,569
Community Members
 
Community Events
196
Community Groups

Bamboo - Integrate with custom Testing Framework

I've a custom test framework/system, as part of my CI process I want to have Bamboo read the results of the tests for a given build.

In my head the process should be like:

  1. Bamboo creates the build & deploys to the appropiate testing environment.
  2. Bamboo signals my test system to run the test suite against the deployed build.
  3. My test system does it's stuff (results are stored in a custom DB).
  4. Bamboo somehow asks/gets the results from the testing process. 
  5. I can use Bamboo GUI to browser build tests results (passed, failed, etc).

I tried to google for an answer but it's difficult to find info on this. I assume I have to generate some kind of file with test result data for Bamboo to consume. Maybe use an existing Bamboo test result parser such Junit, and write my results with that format?

 

Thanks

1 answer

1 accepted

1 vote
Answer accepted
Pawel Skierczynski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 02, 2017

The easiest way would be to convert test result data of your system to JUnit format, so JUnit Parser (https://confluence.atlassian.com/bamboo/junit-parser-289277056.html) would parse it.

Another solution would be to write your own test parser. Good starting point for that would be https://developer.atlassian.com/bamboodev/bamboo-tasks-api/test-collection-and-reporting

On marketplace there is Generic Test Results Parser for Bamboo (https://marketplace.atlassian.com/plugins/com.valens.bamboo-logparser-plugin/server/overview), but honestly I have no idea how good it is.

Thanks, I'm looking for Junit format, although I also will investigate your other proposals just to compare.

Where should I place the generated XML files?

ie my build ulr is http://.../browse/GT-RC1603-21 , 21 is the build number, so I think xml files somehow must be related to each build, right ? otherwise history is lost after a new build.

I've learned that test results are stored in the bamboo DB so no problem with xml files and history. 

Pawel Skierczynski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 03, 2017

Yes that is correct - file will be parsed and data put into database.

Just note there is a bug in the Junit Parser which means duplicate test names don't get parsed correctly. See: https://jira.atlassian.com/browse/BAM-17738

Like Soeren Rumpf likes this

And another note regarding huge test suites (> 1k tests) which will not all show up in the tests page of the job. See https://jira.atlassian.com/browse/BAM-20632

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events