You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
image: golang:1.19
pipelines:
default:
- step:
name: Build and Test
script:
- make build
- make test
- make coverage
- make lint
artifacts:
- generated/coverage/index.html
- generated/test-reports/*
Hello @Brett James ,
Welcome to Atlassian Community!
If your build generates test results in JUnit or Maven Surefire XML formats, regardless of the language being used, you will be able to see the Test Reports directly in the web interface. The Tests report tab will only show if you have failed tests to review. More details on Test reporting in pipelines.
For tests in different formats or for any type of artifacts (which are compressed at the end of the step), I'm afraid it's not currently possible to view them directly in the UI, and you would have to download the artifact to visualize it.
We do have a feature request to implement the ability to view artifacts in the web browser, which you can find on the following link :
I would suggest you to add your vote there, since this helps both developers and product managers to understand the interest. Also, make sure you add yourself as a watcher in case you want to receive first-hand updates from that ticket. Please note that all features are implemented with this policy in mind
Thank you, @Brett James !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.