Skip to content

Commit

Permalink
update readme with allure sample screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshnavinash committed Feb 26, 2020
1 parent 7e04739 commit 57a55d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ allure serve reports/allure
## Reports
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.

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.

![alt text](Library/diff_image.png)


## Jenkins Integration with Docker images
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,

Expand Down

0 comments on commit 57a55d4

Please sign in to comment.