1.0.0 • Published 8 years ago

testcafe-browser-provider-phantomjs v1.0.0

Weekly downloads
27
License
MIT
Repository
github
Last release
8 years ago

testcafe-browser-provider-phantomjs

Build Status

This is the TestCafe browser provider plugin for integration with PhantomJS. Supports node >= 0.12.

Install

npm install testcafe-browser-provider-phantomjs

Usage

When you run tests from the command line, use the provider name when specifying the browsers:

testcafe phantomjs 'path/to/test/file.js'

When you use API, pass the provider name to the browsers() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('phantomjs')
    .run();

Author

Developer Express Inc. (https://devexpress.com)