Skip to content

Commit 8dcc42c

Browse files
author
Alexandre GUIDET
committed
usage exemples
1 parent 7ebf2e5 commit 8dcc42c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
php-casperjs
22
============
33

4-
simple PHP wrapper for CasperJS
4+
php-casperjs is a simple PHP wrapper for the fine library CasperJS designed to automate
5+
user testing against web pages.
6+
7+
It is easy to integrate into PHPUnit test case.
8+
9+
Installation
10+
------------
11+
12+
Before using php-casperjs, you need to install both library:
13+
14+
1 - **PhantomJS** http://phantomjs.org/download.html
15+
2 - **CasperJS** http://casperjs.org/installation.html
16+
17+
Usage
18+
-----
519

6-
Usage :
720
```php
821
<?php
22+
923
use Browser\Casper;
1024

1125
$casper = new Casper();

0 commit comments

Comments
 (0)