https://github.com/kiwiupover/css-regression-testing
https://github.com/kiwiupover/css-regression-testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiwiupover/css-regression-testing
- Owner: kiwiupover
- License: mit
- Created: 2014-01-10T20:41:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-10T21:49:37.000Z (over 11 years ago)
- Last Synced: 2025-02-14T00:39:02.401Z (4 months ago)
- Language: JavaScript
- Size: 4.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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