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

How do I generate test results from a script task in bamboo

Phill Price August 27, 2015

I have scripts to run behat in a php project, it passes but it says no tests found. 

How do I get these tests recognised?

2 answers

1 accepted

2 votes
Answer accepted
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.
August 28, 2015

Though I'm not familiar with behat, it seems it is capable of writing test results in the popular JUnit format:

behat supports 6 formatters out of the box:

  • ...
  • junit - generates a report similar to Ant+JUnit.

  • ...

Bamboo supports various tests tasks (amongst them also PHPUnit, but I think it won't help here), and JUnit in particular:

As visible in the screenshot, the task's main feature is to parse test results generated within the current build (or preceding ones via the advanced option). Accordingly, it should be able to pick up the JUnit test results generated by behat as well.


 

1 vote
Alex Soto August 28, 2015

As Steffen says, you need to output into JUnit format.

Phill Price August 28, 2015

Indeed. All working :) thank you both

Shawn DeArmond September 1, 2015

Phil, would you be kind enough to share how you got the Behat tests running? How did you convert the output to JUnit? Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events