Is there a way to use the Qt Test output generated with -xunitxml in Bamboo?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JUnit parser works with the output generated as long as the test output files has the extention *.xml. The problem seems to be that using any other extention except *.xml for the unit test output files will result in the Bamboo not reading the output files and reporting that the build was testless.