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 integrate custom test framework into Bamboo?

antoine1fr
June 15, 2015

I'm working on a project using a custom testing framework. How can I specify to Bamboo how to read the integration logs so that it recognises the tests' results?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

5 votes
Answer accepted
Marcin Oles
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 15, 2015

If none of the existing parsers suites you (I'm talking about build tasks that perform parsing, e.g. "JUnit Parser", "TestNG Parser"), there are few options:

  • create a script that will transform the report from one format to another, and then run this script before using one of the existing parsers
  • you can look on the Atlassian Marketplace to seek for plugins that will introduce a new type of parser task, maybe one that will suite you

Or, if you'd like to create a new parser, you can:

  1. create a new Bamboo plugin or extend an existing one,
  2. implement a new test report collector (see links below),
  3. create a new build task type that parses test results using the newly created report collector.

Some useful links:

TAGS
AUG Leaders

Atlassian Community Events