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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Goutham Varma Pendyala did you manage to get this working of showing the serenity report in bitbucket CI pipeline?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.