Skip to content

joshrenner/CSSunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSunit

We are not going to test how a page looks but only if DOM element or group of elements has the required style. But what does mean "required"?

Imagine, you finish the style of links or an home page. By exporting this element's styles and constantly checking that no other CSS rule overwrites them, you keep this work safe.

Now, if you know that an element needs to be at 30px from the border of the windows... you can also test that!

Dependencies

  • jquery
  • qunit

Others CSS test framework

License

GPL V3 see LICENSE.txt or http://www.gnu.org/licenses/gpl-3.0.html

About

Unit Testing framework for CSS using JavaScript, jQuery and QUnit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published