testcafe-browser-provider-phantomjs
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 ;
Author
Developer Express Inc. (https://devexpress.com)