1.0.5 • Published 2 years ago

testcafe-browser-provider-portable v1.0.5

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

testcafe-browser-provider-portable

Build Status

This is the portable browser provider plugin for TestCafe.

Install

npm install testcafe-browser-provider-portable

Usage

You can determine the available browser aliases by running

testcafe -b portable

When you run tests from the command line, use the alias when specifying browsers:

testcafe portable: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('portable:browser1')
    .run();

Author

lalit.sharma

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago