Gathering detailed insights and metrics for wdio-selenoid-video-reporter
Gathering detailed insights and metrics for wdio-selenoid-video-reporter
Gathering detailed insights and metrics for wdio-selenoid-video-reporter
Gathering detailed insights and metrics for wdio-selenoid-video-reporter
Reporter for WebdriverIO v6 that downloads videos from Selenoid Hub
npm install wdio-selenoid-video-reporter
Typescript
Module System
Node Version
NPM Version
61.8
Supply Chain
83.1
Quality
70.6
Maintenance
50
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
17 Commits
1 Forks
1 Watchers
16 Branches
1 Contributors
Updated on Dec 02, 2020
Latest Version
1.0.7
Package Id
wdio-selenoid-video-reporter@1.0.7
Unpacked Size
9.92 kB
Size
2.92 kB
File Count
4
NPM Version
6.13.4
Node Version
12.16.1
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
Reporter for WebdriverIO v6 that downloads videos from Selenoid Hub
This is a reporter for Webdriver IO v6 that downloads videos from your Selenoid Hub.
For a quick start use a boilerplace project
yarn add wdio-selenoid-video-reporter
or
npm install wdio-selenoid-video-reporter
At the top of the wdio.conf.js
-file, require the library:
const selenoidVideo = require('wdio-selenoid-video-reporter').default;
Then add the video reporter to the configuration in the reporters property:
reporters: [
[selenoidVideo, {
saveAllVideos: false, // If true, also saves videos for successful test cases
}],
],
Most users may want to set these
saveAllVideos
Set to true to save videos for passing tests. Default: false
deleteDownloadedVideos
Set to false to keep downloaded videos on Selenoid Hub Default: true
,deleteSuccessfulVideos
Set to false to keep successfull videos on Selenoid Hub Default: true
,outputDir
Directory to save video files. Default: video
retries
Number of retries to download video. Default: 3
minTimeout
The number of milliseconds before starting the first retry. Default: 2000
maxTimeout
The maximum number of milliseconds between two retries. Default: 6000
outputFileFormat
A function to define downloaded videos filenames. Default: function(runner){ return "wdio-${options.cid}-selenoid.mp4"}
Default reporter timeout allocated by WebdriverIO is 5 seconds.
If your videos taking longer to download please increase reporterSyncTimeout
in wdio.conf.js
to a bigger value.
Thanks to presdienten for great ideas.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
35 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