testcafe-browser-provider-crossbrowsertesting-updated
v1.0.4
Published
crossbrowsertesting TestCafe browser provider plugin.
Downloads
2
Maintainers
Readme
testcafe-browser-provider-crossbrowsertesting
This is the crossbrowsertesting browser provider plugin for TestCafe.
Install
npm install testcafe-browser-provider-crossbrowsertesting-updated
Usage
You can determine the available browser aliases by running
testcafe -b crossbrowsertesting-updated
When you run tests from the command line, use the alias when specifying browsers:
testcafe crossbrowsertesting-updated:browser1 'path/to/test/file.js'
When you use API, pass the alias to the browsers()
method:
testCafe
.createRunner()
.src('path/to/test/file.js')
.browsers('crossbrowsertesting:browser1')
.run();
Author
Ceda