This package has been deprecated

Author message:

Please, use testcafe-browser-provider-nightmare for headless browser testing

testcafe-browser-provider-phantomjs

1.0.0 • Public • Published

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)

/testcafe-browser-provider-phantomjs/

    Package Sidebar

    Install

    npm i testcafe-browser-provider-phantomjs

    Weekly Downloads

    11

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • aleks-pro
    • aleksey_popov
    • dmitry-ostashev
    • miherlosev
    • kirovboris
    • alexkamaev