https://github.com/xop/css-vrt-setup
CSS visual regression testing playground
https://github.com/xop/css-vrt-setup
Last synced: 2 months ago
JSON representation
CSS visual regression testing playground
- Host: GitHub
- URL: https://github.com/xop/css-vrt-setup
- Owner: XOP
- Created: 2016-05-17T15:43:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T11:53:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-07T01:52:45.626Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS VRT Setup
> CSS visual regression testing playground
## Prerequisites
Make sure you have lates version of [Java SDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Check:
```
$ java -version # build 1.8...
$ javac -version # build 1.8...
```Install [Graphicsmagick](http://www.graphicsmagick.org/index.html)
For Mac OS via brew:
```
$ brew install graphicsmagick
```Install dependencies:
```
$ npm i
```This will run [selenium installation](https://www.npmjs.com/package/selenium-standalone) in the end of the process
## Commands
Start Selenium
```
$ npm run server
```## Credits
[learn.visualregressiontesting.com](https://learn.visualregressiontesting.com/)