Gathering detailed insights and metrics for @dgieselaar/testcafe-browser-provider-browserstack
Gathering detailed insights and metrics for @dgieselaar/testcafe-browser-provider-browserstack
Gathering detailed insights and metrics for @dgieselaar/testcafe-browser-provider-browserstack
Gathering detailed insights and metrics for @dgieselaar/testcafe-browser-provider-browserstack
This is the BrowserStack browser provider plugin for TestCafe.
npm install @dgieselaar/testcafe-browser-provider-browserstack
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
86 Stars
133 Commits
65 Forks
25 Watchers
5 Branches
32 Contributors
Updated on Oct 19, 2024
Latest Version
1.4.1
Package Id
@dgieselaar/testcafe-browser-provider-browserstack@1.4.1
Unpacked Size
80.94 kB
Size
12.54 kB
File Count
13
NPM Version
5.5.1
Node Version
8.9.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
8
This plugin integrates TestCafe with the BrowserStack Testing Cloud.
npm install testcafe-browser-provider-browserstack
Before using this plugin, save the BrowserStack username and access key to environment variables BROWSERSTACK_USERNAME
and BROWSERSTACK_ACCESS_KEY
.
Project name and build name will be displayed in BrowserStack if you set the environment variables BROWSERSTACK_PROJECT_NAME
and BROWSERSTACK_BUILD_ID
.
If you have troubles starting multiple browsers at once, or get browserstack-local
related errors like #27,
try setting the BROWSERSTACK_PARALLEL_RUNS
environment variable to the number of browsers you want to run simultaneously, or to 1 if you want to run just one browser.
You can determine the available browser aliases by running
testcafe -b browserstack
If you run tests from the command line, use the alias when specifying browsers:
testcafe "browserstack:Chrome@53.0:Windows 10" "path/to/test/file.js"
When you use API, pass the alias to the browsers()
method:
1testCafe 2 .createRunner() 3 .src('path/to/test/file.js') 4 .browsers('browserstack:Chrome@53.0:Windows 10') 5 .run();
Tip: you can skip version (@53.0
) or/and OS name (:Windows 10
).
Proxy options can be passed via envrionment variables.
BROWSERSTACK_PROXY
- a string that specifies a proxy for the Browserstack local binary. It should have the following structure: user:pass@proxyHostName:port
,BROWERSTACK_LOCAL_PROXY
- a string that specifies a proxy for the local web server. It should have the following structure: user:pass@proxyHostName:port
,BROWSERSTACK_FORCE_PROXY
- if it's not empty, forces all traffic of Browserstack local binary to go through the proxy,BROWSERSTACK_FORCE_LOCAL
- if it's not empty, forces all traffic of Browserstack local binary to go through the local machineBrowserstack offers two APIs for browser testing:
JS testing supports more types of devices (compare: JS Testing devices vs Automate devices), while Automate allows for much longer tests (2 hours vs 30 minutes) and provides some additional features (like the window resizing functionality).
TestCafe uses the JS Testing API by default. In order to use Browserstack Automate,
set the BROWSERSTACK_USE_AUTOMATE
environment variable to 1
.
Developer Express Inc. (https://devexpress.com)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 7/23 approved changesets -- score normalized to 3
Reason
SAST tool is not run on all commits -- score normalized to 2
Details
Reason
8 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More