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

Empty Test Tab in Pipeline?

ngarcia November 11, 2020

When running my tests in the pipeline I see the Test Tab appearing in the build information, but totally empty:

Screen Shot 2020-11-11 at 11.07.36 AM.png

According to this documentation the sure-fire report needs a depth of 3:

Configuring test reporting

To enable test reporting, make sure that build test reports are generated in one of the supported default locations (with a directory depth of 3 levels):

./**/surefire-reports/**/*.xml

./**/failsafe-reports/**/*.xml

./**/test-results/**/*.xml

./**/test-reports/**/*.xml

 

The test report file scanner will begin searching from the base directory of your build:/opt/atlassian/pipelines/agent/build

I have configured sure-fire to have the required levels, but still getting an empty tab:

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<parallel>methods</parallel>
<reportsDirectory>/target/surefire-reports/test-output</reportsDirectory>
</configuration>
</plugin>
</plugins>
</build>

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events