Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hirokisan/start-casperjs


https://github.com/hirokisan/start-casperjs

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Start casperjs

## install
```
brew install casperjs
```

## Run php server
```
php -S localhost:8080
```

## Run casperjs
```
casperjs test.js
```

## Notice
- [cant use coffeeScript above phantomjs2.0](http://docs.casperjs.org/en/latest/known_issues.html#known-issues)

## Reference
- [API Documentation](http://docs.casperjs.org/en/latest/modules/index.html)
- [Quickstart](http://docs.casperjs.org/en/latest/quickstart.html)