3.0.6 • Published 7 years ago
testcafe-browser-provider-sbx v3.0.6
testcafe-browser-provider-sbx
This is the sbx browser provider plugin for TestCafe.
Install
npm install testcafe-browser-provider-sbxUsage
You can determine the available browser aliases by running
testcafe -b sbxWhen you run tests from the command line, use the alias when specifying browsers:
testcafe sbx: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('sbx:browser1')
.run();Author
Tube-Tei-Kin