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

Is it possible in Bamboo to read the test status from the execution log of build job, when running a script task ?

Nikhil Nimbhal July 16, 2015

I am executing a test pack through command line using script task, I need to update/ show its status in bamboo as, for e.g. :

  • 2 of 10 failed

Presently my test pack does not create any report which can be parsed using any default parser tasks such as JUnit Parser, TESTNG Parser etc.

Is there a way by which a build job can pick the status from execution log/ std out , as I update the execution log with the execution status after end of each test case?

2 answers

1 vote
Steffen Opel _Utoolity_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 9, 2016

Iulius Hutuleac has thankfully generalized the approach Alexey suggested in his answer (+1) and implemented a Generic Test Results Parser for Bamboo based on the Bamboo Test Collection and Reporting SPI - the free add-on offers Simple file parsing and test case handling for generic test result formats:

Just select the files, create a regular expression matching lines that should be treated as failed test cases and lines that should be treated as passed test cases.

1 vote
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 17, 2015

Hello Nikhil,

Bamboo doesn't have built-in support for your scenario. On of the way to implement it is to store result of you script command to some file and then create Bamboo plugin which can parse this file and generate test report as JUnit Parser plugin does.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events