We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebf2e5 commit 8dcc42cCopy full SHA for 8dcc42c
README.md
@@ -1,11 +1,25 @@
1
php-casperjs
2
============
3
4
-simple PHP wrapper for CasperJS
+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
+-----
19
-Usage :
20
```php
21
<?php
22
23
use Browser\Casper;
24
25
$casper = new Casper();
0 commit comments