Menu

#HOver

7 posts

Feed·
7 of 7 posts
I built a Vite plugin that uses AI to author Playwright tests, then gets out of the way
🖼️
0

I built a Vite plugin that uses AI to author Playwright tests, then gets out of the way

DEV Community: vite·Oliver Zhang·3 days ago
#TEhcIAkk
#dev#agent#test#hover#browser#article

I've been skeptical of AI testing tools for a while, but not for the reasons most people are. My...

15s
Read More
📰
0

Why I spent years trying to make CSS states predictable

DEV Community: css·Andrey Yamanov·about 1 month ago
#q2PmuEiO
#dev#primary#surface#danger#class#code

Have you ever changed the order of two CSS rules and broken a component without changing the logic? .btn:hover { background: dodgerblue; } .btn[disabled] { background: gray; } Both selectors have specificity (0, 1, 1).…

15s
Read More