UI Deploy

Curated, Short, Web UI Dev we Love.

Automated CSS regressive testing in practice

We write unit-tests tests for server-side source code and for JavaScript. Even when putting aside benefits of TDD approach it gives us a priceless thing – early problem reporting during refactoring. So you make change, you run tests and you will know at once if anything broke. What about CSS?

view source

Advertisement