Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Test-driven Css

Posted By: Landau17
Test-driven Css

Test-driven Css
MP4 | Video: 720p | Duration: 3:07:26 | English | 571.3 MB



Your styles should be as high quality as all your other code. You should be able to easily make changes without introducing regressions, enabling your codebase to grow with ease. Automated testing and test-driven development facilitate this for front-end and back-end code, but why not do it also for your CSS?

This workshop will introduce developers to Quixote, a Javascript library for automated CSS testing. It will walk through how to test CSS both at the unit and integration levels. Developers will learn how to apply TDD techniques to the process of implementing designs as well as how to introduce CSS testing to an existing code base.