hi ,
I'm facing a problem with Bamboo on-demand, multi-project gradle and TestNG.
Tests are executing and are writing xml and html results to their respective folders i.e.
The testNG parser is using ant style: **/test-results/*.xml
The build log is as follows:
simple23-Nov-2013 16:19:03Finished task 'RaptureQA Gradle build'
simple23-Nov-2013 16:19:03Starting task 'collect testng results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.testng'
simple23-Nov-2013 16:19:03Parsing test results...
simple23-Nov-2013 16:19:04Failing task since test cases were expected but none were found.
simple23-Nov-2013 16:19:04Finished task 'collect testng results'
Not sure why its not finding the xml test results?
additionally, I have noticed it you rerun only the parse task (by disabling other tasks) the entire contents of the build folder are deleted.
Jonathan
Community moderators have prevented the ability to post new answers.
so I got it working (i.e. Bamboo reporting testng reports), which requires a couple of changes:
here is the build.gradle:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.