Tests for visual appearance / how things look #6787
Unanswered
fabianwohlfart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm pretty new to testing. On most of the websites I build, the bugs aren’t usually about business logic, but more about how things look.
Here are a few examples of things I'd like to figure out how to test:
preserve-3d
andtranslateZ
), and there's an introduction text in between. It all works great unless the intro text is too short or missing entirely. In that case, the parallax elements from the first banner overlap the second one. We didn't notice this for two years because we always had intro texts in place!I was thinking about using real data for testing—maybe scraping my live site first, then testing it against some rules I set up for each component. But I’m worried I’ll only catch bugs that I’ve already found.
How do you handle bugs like these?
Any advice would be great!
Beta Was this translation helpful? Give feedback.
All reactions