Hi
I am running Katalon Studio in Bitbucket pipeline and I would like to know please how to get the reports to remain and view them, after the run.
Presently, the report directory used by Katalon is hard coded and I am unable to set the directory. I was wondering if I needed to add some command to maybe copy files after automation execution?
If anyone has experience with a similar automation tool, that would also be great.
Thanks for any help on the matter!
Hi @Yaacov Silverstein ,
Option 1: You can use artifacts in Bitbucket Pipelines to store the reports: https://confluence.atlassian.com/bitbucket/using-artifacts-in-steps-935389074.html The only problem is that artifact expire after 7 days, if this is not OK with you read Option 2.
Option 2: If you want long-lived storage for reports, I would recommend that, as a part of your pipeline, you upload the report to the Bitbucket Downloads section as it is explained here: https://confluence.atlassian.com/bitbucket/deploy-build-artifacts-to-bitbucket-downloads-872124574.html?_ga=2.136363573.485884445.1567470507-1082179675.1554447943
You can also use this pipe to simplify the process: https://bitbucket.org/product/features/pipelines/integrations?p=atlassian/bitbucket-upload-file
Regards,
Raul
Thanks....I took the Artifacts way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.