testcafe-browser-provider-portables
v1.1.5
Published
portables TestCafe browser provider plugin.
Maintainers
Readme
testcafe-browser-provider-portables
This is the portables browser provider plugin for TestCafe.
Install
npm install testcafe-browser-provider-portablesUsage
You can determine the available browser aliases by running
testcafe -b portablesWhen you run tests from the command line, use the alias when specifying browsers:
testcafe portables: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('portables:browser1')
.run();Author
lalit.sharma
