Skip to content

Commit 57a55d4

Browse files
update readme with allure sample screenshot
1 parent 7e04739 commit 57a55d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ allure serve reports/allure
7070
## Reports
7171
For better illustration on the testcases, allure reports has been integrated. Allure reports can also be integrated with jenkins to get a dashboard view. Apart from allure, pytest's default reporting such as html file has been added to the `reports/` folder.
7272

73+
If there is a failure while comparing the images, allure report will have all the files attached to it. The difference between the two images is generated in run time and attached to the allure report for our referenece.
74+
75+
![alt text](Library/diff_image.png)
76+
77+
7378
## Jenkins Integration with Docker images
7479
Get any of the linux with python docker image as the slaves in jenkins and use the same for executing the UI automation with this framework (Sample docker image - `https://hub.docker.com/_/python`). From the jenkins bash Execute the following to get the testcases to run,
7580

0 commit comments

Comments
 (0)