Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.17 KB

File metadata and controls

53 lines (28 loc) · 1.17 KB

Visual Testing

not

🧠You will learn

✅ What is visual testing

✅ How to implement a visual test

What is visual testing?

Quick presentation

🧪Let's review test coverage

🏋️‍♀Implement visual tests

Go to VisualTests.java and follow instructions to implement visual tests


❓Questions?



❓How do we do the same thing on Safari?


🏋️‍♀Implement data-driven visual tests

  1. Go to VisualDataDrivenTests.java and follow instructions. Be sure to read the explanations.
  2. Run data-driven tests use mvn test -Dtest="VisualData*"
  3. Check results in Screener.io dashboard

❓Any redundant tests?


📝Summary

✅Visual e2e testing is a simple and efficient way to test your web app cross-platform

✅Visual e2e testing should be part of every web app's test suite