Forums

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

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

Phill Price
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
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
Contributor
August 28, 2015

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

Phill Price
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 28, 2015

Indeed. All working :) thank you both

Shawn DeArmond
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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