You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a build that is using Maven to run its tests. Because of the structure of the build, Maven is run several times using different testng configurations. All the test results are stored in directories like so:
$ ls -d mercury/target/surefire-reports-Tests*/TEST*.xml mercury/target/surefire-reports-Tests.Alternatives/TEST-TestSuite.xml mercury/target/surefire-reports-Tests.ArqSuite.Standard/TEST-TestSuite.xml mercury/target/surefire-reports-Tests.ArqSuite.Stubby/TEST-TestSuite.xml mercury/target/surefire-reports-Tests.DatabaseFree/TEST-TestSuite.xml mercury/target/surefire-reports-Tests.ExternalIntegration/TEST-TestSuite.xml
Regardless of how I specify the TestNG custom resuls directory specification, either completely specified or using wildcards, TestNG says it can not find any results. However, the JUnit Parser can find the test files using the same sorts of customer results directory specifications. But beause the tests are run using TestNG, JUnit does not count the tests properly.
I am using Bamboo 5.5.1
I'm having exactly the same problem here. It's completely frustrating as the logging output is now quiet as complete as I'd like:
17-Nov-2014 15:28:11 Parsing test results under /var/bamboo/xml-data/build-dir/SITE-SSBV0-MUT... 17-Nov-2014 15:28:11 Failing task since test cases were expected but none were found. 17-Nov-2014 15:28:11 Finished task 'Parse Failed Test Reports' with result: Failed
Any help would be massively appreciated.
For reference I'm using Bamboo version 5.6.2 build 4411
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having a similar problem in Bamboo 5.6 on our own server. I'm not using Maven either as I have a specific tool-chain for the platform I run on.
I haven't tried the JUnit approach, but no matter what I configure in the TestNG Parser task it never finds the results. The results are there but Bamboo isn't seeing them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.