Gathering detailed insights and metrics for wdio-spec-reporter
Gathering detailed insights and metrics for wdio-spec-reporter
Gathering detailed insights and metrics for wdio-spec-reporter
Gathering detailed insights and metrics for wdio-spec-reporter
A WebdriverIO v4 plugin. Reporter that creates 'spec'-style reports
npm install wdio-spec-reporter
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
20 Stars
126 Commits
26 Forks
4 Watching
16 Branches
7 Contributors
Updated on 28 Jan 2023
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-8%
1,562
Compared to previous day
Last week
-3.1%
10,973
Compared to previous week
Last month
-2.4%
49,021
Compared to previous month
Last year
-51.7%
602,570
Compared to previous year
3
21
A WebdriverIO plugin to report in spec style.
The easiest way is to keep wdio-spec-reporter
as a devDependency in your package.json
.
1{ 2 "devDependencies": { 3 "wdio-spec-reporter": "~0.1.0" 4 } 5}
You can simple do it by:
1npm install wdio-spec-reporter --save-dev
Instructions on how to install WebdriverIO
can be found here.
Following code shows the default wdio test runner configuration. Just add 'spec'
as reporter
to the array.
1// wdio.conf.js 2module.exports = { 3 // ... 4 reporters: ['dot', 'spec'], 5 // ... 6};
All commands can be found in the package.json. The most important are:
Watch changes:
1$ npm run watch
Run tests:
1$ npm test 2 3# run test with coverage report: 4$ npm run test:cover
Build package:
1$ npm build
For more information on WebdriverIO see the homepage.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/13 approved changesets -- score normalized to 1
Reason
project is archived
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
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
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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