Gathering detailed insights and metrics for wdio-selenium-standalone-grid-service
Gathering detailed insights and metrics for wdio-selenium-standalone-grid-service
Gathering detailed insights and metrics for wdio-selenium-standalone-grid-service
Gathering detailed insights and metrics for wdio-selenium-standalone-grid-service
A webdriverio service to launch a standalone selenium grid
npm install wdio-selenium-standalone-grid-service
Typescript
Module System
Node Version
NPM Version
64.6
Supply Chain
79.4
Quality
73.2
Maintenance
100
Vulnerability
98.9
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
8 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jan 27, 2022
Latest Version
0.0.4
Package Id
wdio-selenium-standalone-grid-service@0.0.4
Size
3.92 kB
NPM Version
5.3.0
Node Version
8.4.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
3
3
start a selenium hub, and then register a node and an appium client
1// wdio.conf.js 2{ 3 services: ['selenium-standalone-grid', 'appium'], 4 seleniumStandaloneGridArgs: { 5 install: { 6 drivers: { chrome: {}}, 7 // `seleniumStandaloneArgs.install)` will be passed on to SeleniumStandalone.install 8 logger: console.log.bind(console), 9 }, 10 hub: { 11 // SeleniumStandalone.start(Object.assign({ 12 // drivers: seleniumStandaloneGridArgs.install.drivers 13 // }, seleiumStandaloneGridArgs.hub, { 14 // seleniumArgs: CONVERT_OBJECT_TO_CLI_ARGS({ ...seleniumStandaloneGridArgs.hub.seleniumArgs, role: 'hub' }) 15 // })); 16 seleniumArgs: { 17 debug: true, 18 host: '127.0.0.1', port: 4445 19 }, 20 spawnOptions: { 21 stdio: 'inherit' 22 } 23 }, 24 nodes: [{ 25 // SeleniumStandalone.start(Object.assign({ 26 // drivers: seleniumStandaloneGridArgs.install.drivers 27 // }, seleiumStandaloneGridArgs.nodes[index], { 28 // seleniumArgs: CONVERT_OBJECT_TO_CLI_ARGS({ 29 // ...seleniumStandaloneGridArgs.nodes[index].seleniumArgs, role: 'node', 30 // hub: `http://${hub.host}:${hub.port}/grid/register` 31 // }) 32 // })); 33 seleniumArgs: { 34 port: 4442 35 }, 36 spawnOptions: { 37 stdio: 'inherit' 38 } 39 }] 40 }, 41} 42
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
57 existing vulnerabilities detected
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