mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
18 lines
457 B
Markdown
18 lines
457 B
Markdown
|
casperjs
|
||
|
========
|
||
|
|
||
|
[CasperJS][1] is a navigation scripting & testing utility for PhantomJS and SlimerJS
|
||
|
written in Javascript.
|
||
|
|
||
|
## Quick Start
|
||
|
|
||
|
```
|
||
|
$ alias casperjs='docker run --rm -v `pwd`:/app vimagick/casperjs'
|
||
|
$ wget https://raw.githubusercontent.com/vimagick/dockerfiles/master/casperjs/sample.js
|
||
|
$ casperjs sample.js
|
||
|
CasperJS, a navigation scripting and testing utility for PhantomJS and SlimerJS
|
||
|
PhantomJS | PhantomJS
|
||
|
```
|
||
|
|
||
|
[1]: http://casperjs.org/
|