3.0.6 • Published 6 years ago

testcafe-browser-provider-sbx v3.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

3.0.6

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

2.0.1

6 years ago

1.0.0

6 years ago