Sha256: bcafc5b5dd9d6f5a4e666a4a0a62b848935aec1b205ce288becd59e8853b545f
Contents?: true
Size: 604 Bytes
Versions: 104
Compression:
Stored size: 604 Bytes
Contents
# PhantomJS README This example demonstrates how to use aXe with PhantomJS. ## To configure the example - PhantomJS must be installed; please follow the directions at http://phantomjs.org/ to install it. - Run `npm install axe-core` ## To run the example - Move to the `doc/examples/phantomjs` directory - `phantomjs axe-phantom.js http://www.deque.com` to run aXe in PhantomJS against http://www.deque.com and output results to the terminal - `phantomjs axe-phantom.js http://www.deque.com results.json` to run aXe in PhantomJS against http://www.deque.com and save results to `results.json`
Version data entries
104 entries across 104 versions & 1 rubygems