summaryrefslogtreecommitdiffstats
path: root/development/casperjs/README
diff options
context:
space:
mode:
author Heinz Wiesinger2012-08-12 19:07:27 +0200
committer Robby Workman2012-08-15 05:30:50 +0200
commit361a6df14effd159a2231bd16a0e6e19c598339a (patch)
treed69335ec8bb997743fbc09d5aff5ab7242f51d95 /development/casperjs/README
parent6cde0c7ced6f9f730c021e6cc8871fce81de71b7 (diff)
downloadslackbuilds-361a6df14effd159a2231bd16a0e6e19c598339a.tar.gz
development/casperjs: Added (scripting and testing for phantomjs)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/casperjs/README')
-rw-r--r--development/casperjs/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/casperjs/README b/development/casperjs/README
new file mode 100644
index 0000000000..c8c49a6eef
--- /dev/null
+++ b/development/casperjs/README
@@ -0,0 +1,8 @@
+CasperJS is an open source navigation scripting & testing utility
+written in Javascript and based on PhantomJS — the scriptable headless
+WebKit engine. It eases the process of defining a full navigation
+scenario and provides useful high-level functions, methods & syntactic
+sugar for doing common tasks like filling & submitting forms,
+clicking and following links, scraping Web contents, etc.
+
+This requires phantomjs at runtime.