Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kenoir/ghost_hamster

Trying out PhantomJS
https://github.com/kenoir/ghost_hamster

Last synced: 9 days ago
JSON representation

Trying out PhantomJS

Awesome Lists containing this project

README

        

# Trying out PhantomJS

## Prerequisites

* Install [PhantomJS](http://phantomjs.org/download.html)
```
brew install phantomjs
```
* Install [RVM](https://rvm.io/)
```
curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
```
* Install the Bundler gem
```
gem install bundler
```
* Visit this directory, or:
```
source .rvmrc
```
* Install the relevant gems:
```
bundle install
```
* Run the Cucumber tests:
```
bundle exec cucumber
```
* Run the Jasmine tests
```
bundle exec rake jasmine:phantom:ci
```
* Run the QUnit tests
```
bundle exec rake phantom_qunit
```