Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenoir/ghost_hamster
- Owner: kenoir
- Created: 2013-04-08T10:54:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T12:29:03.000Z (almost 12 years ago)
- Last Synced: 2024-11-08T21:59:35.068Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```