-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual regression tests to protect against accidental CSS side effects #521
Comments
I will run with this. |
@silne30 yeah! ❤️ |
Visual Regression Tests
The webdriver.io team is not adding Jest support anymore. Honestly, it's not needed. |
Had a mini-demo and here are some of the take away items for what's left.
|
Just leaving this here: webdriverio/webdriverio#2052 (comment) 😉 |
Creating a JS script to run the tests (creating baselines and then rerunning). For CI, there will be a --destroy flag or --create-baseline flag to remove cached images. |
Visual regression testing makes more sense in the UI Framework than inside of a consumer of EUI, e.g. Kibana, because regressions will be on a more granular scale and easier to address. Ideally we'd implement this using a tool which also supports cross-browser testing (here's a list of services we can consider). See https://blog.hichroma.com/why-design-systems-are-a-single-point-of-failure-ec9d30c107c2 for more background.
The text was updated successfully, but these errors were encountered: