1.0.4 • Published 4 years ago

testcafe-browser-provider-crossbrowsertesting-updated v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

testcafe-browser-provider-crossbrowsertesting

Build Status

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