Can I view reports from katalon in jenkins?

Can I view reports from katalon in jenkins?
If yes, how I can do this?

Yes, you can.
Install HTML Publisher plugin and configure paths do Reports folder.

Mariusz said:

Yes, you can.
Install HTML Publisher plugin and configure paths do Reports folder.

I installed plugin but cant configure path
could you please demonstrate me this?

Ok,
When you start tests with Jenkins, all Reports will be stored in e.g. /home/dev/jenkins-workspace/workspace/projects/Reports/

So, in HTML Publisher Plugin you need to set
HTML directory to archive: Reports/
Index pages: *.html

You can also test to set that last value with following form: .html, //Report.html, ///Report.html (I use that when I need to run Test Suites Collections, they store Reports in other folders).

If you don’t see content of reports (but you see files), you need to enable css for html publisher plugin (search in google, first/second result for stackoverflow has the resolution)

Mariusz said:

Ok,
When you start tests with Jenkins, all Reports will be stored in e.g. /home/dev/jenkins-workspace/workspace/projects/Reports/

So, in HTML Publisher Plugin you need to set
HTML directory to archive: Reports/
Index pages: *.html

You can also test to set that last value with following form: .html, //Report.html, ///Report.html (I use that when I need to run Test Suites Collections, they store Reports in other folders).

If you don’t see content of reports (but you see files), you need to enable css for html publisher plugin (search in google, first/second result for stackoverflow has the resolution)

@2862-Mariusz
how can I choose HTML directory to archive if KATALON create directory with report with “timestamp” name???

HTML directory to archive, as I remember, is the folder when all Report files will be stored in jenkins directory, that means all files from e.g. /path/were/katalon/put/Reports will be mooved to /jenkins/main/folder/project/Reports/ to display them via plugin on jenkins website

It doesn’t matter if file contain normall_name.html or timestamp.html
Use the index pages pattern that I provided. Try to experiment :slight_smile:

Any idea how to do this with test suite collectins. when running test suite collection, each test suite will have a corresponding report folder and different html report. How to show all the reports in jenkins

I’m also interested in this question. Does anyone can share the idea/opinion?
Much appreciated!

1 Like

Any known solution for the above question? Thanks in advance