testcafe-browser-provider-sbx

3.0.6 • Public • Published

testcafe-browser-provider-sbx

Build Status

This is the sbx browser provider plugin for TestCafe.

Install

npm install testcafe-browser-provider-sbx

Usage

You can determine the available browser aliases by running

testcafe -b sbx

When 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

Package Sidebar

Install

npm i testcafe-browser-provider-sbx

Weekly Downloads

1

Version

3.0.6

License

MIT

Unpacked Size

13 kB

Total Files

4

Last publish

Collaborators

  • rustom_murad