Visual Automation Challenge - Ioan Solderea using Playwright
-
Locked
Ioan Solderea
Lead QA

Summary
Ioan Solderea solves the Visual Automation Challenge from Test.bash(); 2022 using Playwright.
There are many visual testing tools now available on the market, and we’d like to learn how each of these would go about creating a visual test using restful-booker-platform which can be found here: https://automationintesting.online/. We’d like to see how far you got with solving the challenge, what you liked about the tooling you used, and what you disliked.
Instructions
Using a visual validation tool that you think the community would be interested in, show us how you would mitigate the following risk:
The map isn’t showing the correct location on the homepage
If you had to build automation to visually validate that the image is shown correctly, how would you do it?
Example:
One example of mitigating this risk might be to use SeleniumWebdriver and Applitools to:
- Open a browser and navigate to https://automationintesting.online/
- Use Applitools to take a screenshot of the Map section of the homepage and create a test report
- Confirm in the test report that the screenshot is correct
- Rerun to the test to confirm it now passes
Ioan Solderea
Lead QA