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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How To view/publish Serenity Report in Bitbucket Pipelines.
For Passed and Failed Test cases to be more specific.
Currently the report is generated in target/site/serenity/index.html
And I am using Artifacts to download the entire serenity report folder and view them in my local machine.
@Bhala , I could able to have the reports in Artifacts after pipeline execution plus also deployed and also hosted in s3.
I could able to solve this by using aws s3 pipes in bitBucket.
Now the reports are hosted and published in S3.
Documentation: https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-aws-with-s3/
Note: Make your aws s3 as static hosting ready.
@Fernando Vera Yes I could able to solve this by using aws s3 pipes bitBucket.
Now the reports are hosted and published in S3.
Documentation: https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-aws-with-s3/
Note: Make your aws s3 as static hosting ready.