Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirokisan/start-casperjs
https://github.com/hirokisan/start-casperjs
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/start-casperjs
- Owner: hirokisan
- Created: 2016-07-09T11:08:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T11:12:32.000Z (over 8 years ago)
- Last Synced: 2024-05-05T15:20:29.763Z (8 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)