testcafe-browser-provider-phantomjs

v1.0.0
phantomjs TestCafe browser provider plugin.
testcafe browser provider plugin phantomjs

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)

npm i testcafe-browser-provider-phantomjs

Metadata

  • MIT
  • >=0.12
  • Developer Express Inc.
  • released 8/30/2016

Downloads

Maintainers