Custom path for test reporting in a Bitbucket pipeline

Charles Albrecht March 16, 2021

The documentation lays out four patterns which are parsed by default for xUnit-style results.

./**/surefire-reports/**/*.xml
./**/failsafe-reports/**/*.xml
./**/test-results/**/*.xml
./**/test-reports/**/*.xml

 I would like to use a different path for these files. I know I can tell my test framework to put them in a custom location. 

But how do I tell bitbucket to look for them in a different path?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events