https://github.com/hhrogersii/cssUnit
A css unit testing framework with w3c testharness and spec generation tools
https://github.com/hhrogersii/cssUnit
css unit-testing
Last synced: 8 months ago
JSON representation
A css unit testing framework with w3c testharness and spec generation tools
- Host: GitHub
- URL: https://github.com/hhrogersii/cssUnit
- Owner: hhrogersii
- Created: 2017-04-15T04:57:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T07:11:53.000Z (over 8 years ago)
- Last Synced: 2024-10-24T02:30:57.788Z (about 1 year ago)
- Topics: css, unit-testing
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*[inspired by](http://tomek.wiszniewski.cc/how-css-unit-tests-helped-us-move-fast/)
*[test harness git repo](https://github.com/w3c/testharness.js)
*[test harness tutorial](http://darobin.github.io/test-harness-tutorial/docs/using-testharness.html)
*[test spec generator](#genspec)
*[selector to dom](https://www.sitepen.com/blog/2011/09/29/put-selector-css-selector-based-dom-element-creation-and-manipulation/)
*[put selector](https://github.com/kriszyp/put-selector)
*[createElement](https://gist.github.com/jonathantneal/7935589)