Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pier-oliviert/specter.js
Integration testing environment for JavaScript
https://github.com/pier-oliviert/specter.js
Last synced: about 21 hours ago
JSON representation
Integration testing environment for JavaScript
- Host: GitHub
- URL: https://github.com/pier-oliviert/specter.js
- Owner: pier-oliviert
- License: mit
- Created: 2016-03-17T16:25:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T13:47:50.000Z (over 8 years ago)
- Last Synced: 2024-11-19T19:00:59.715Z (2 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# specter.js
Specter is a testing utility that compares the DOM before and after a JS operation was done to make sure that what is rendered from JS is what is expected.
This DOM-diffing operation allows to quickly see when a change made to the JS stack has changed the expected output. Also, because the testing operation is done on the DOM output, this library is framework agnostic.
## Installation
## Create a test
## Run the test