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

https://github.com/kiwiupover/css-regression-testing


https://github.com/kiwiupover/css-regression-testing

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Urbanspoon CSS Regression testing

> Automated CSS regression testing with PhantomCSS

## Installation

###Clone the Repo
```shell
git clone [email protected]:kiwiupover/css-regression-testing.git
```

### Install Grunt and Bower
```shell
npm install -g grunt
npm install -g bower
npm install -g phantomjs
```

### Install Node and Bower modules
```shell
npm install
bower install
```

## To Run the test

You need to have the urbanspoon site running at `http://localhost:3000`

```shell
grunt
```
Will run the css regression tests