1. How to have screenshots in reports
- Open Katalon Studio -> Project -> Settings -> Execution
- Check the "Take Screenshot when execution failed (applicable to Web UI and Mobile testings)"
- Apply and close
- Screenshot will be displayed in each test step on your HTML file generated from the report folder
2. How to have videos in reports
Requirements:
- An active Katalon Studio Enterprise license.
- Katalon Studio version 7.8 onwards.
There are 2 kinds of video in reports:
-
Browser-based record:
- Open Katalon Studio -> Project -> Settings -> Execution
- Check the "Record video during execution (applicable for Web UI testing)"
- Select Browser-based Recorder
- Apply and close
- Install FFMPEG: Refer to this document and example of video
Refer to this document for more details
-
Screen-based record:
- Open Katalon Studio -> Project -> Settings -> Execution
- Check the "Record video during execution (applicable for Web UI testing)"
- Select Screen-based Recorder
- Apply and close
Refer to this document for more details
-
View recorded videos
After running the test suite, navigate to the Result tab. You can see a list of test cases. A recorded video is attached to each test case accordingly.
Click on the Play icon in the Video column to play the video.
Comments
0 comments
Please sign in to leave a comment.