An open API service indexing awesome lists of open source software.

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

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/)