Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to see tests report

Francois Achache May 25, 2025

In the bitbucket pipeline, it talk about a way to see easily the tests report

Quickly access test results

All your test results in one place, right here in the log viewer.

Learn more 

 

So in my maven project I add the jacoco plugin and set the report location to target/tests-report as explain in the link. 

So my build write the report in differents folders:

  • core/target/tests-report
  • core/target/surefire-reports

But after ?

Where see the report in bitbucket ?

1 answer

1 accepted

0 votes
Answer accepted
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 27, 2025

Hello @Francois Achache ,

Thank you for reaching out to the Community!

In the step where you are executing the tests, could you expand the Build teardown section and verify in the logs if there's any mention of Bitbucket finding your test files?

If Bitbucket identified the test file and it is in the supported format (JUnit or Maven Surefire XML formats), the tests tab might not be shown because all tests were successful.

The test reports tab is only displayed when there are failed tests. Otherwise, if all tests have succeeded, you'll just see an overall result message under the steps' names with the number of tests that were executed.

I hope this helps! Let us know in case you have any questions.

Thank you, @Francois Achache !

Patrik S

 

Francois Achache June 3, 2025

Ok, so not report about coverage. Ok understand. Thx

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events