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
@wdio/spec-reporter
A WebdriverIO plugin to report in spec style
wdio-workflo-spec-reporter
This is a customized version of wdio-spec-reporter for use with workflo framework.
wdio-obsidian-reporter
Wrapper around @wdio/spec-reporter that displays Obsidian version info
@georgecrawfordft/wdio-spec-reporter
A WebdriverIO plugin. Report results in 'spec' format.
A WebdriverIO v4 plugin. Reporter that creates 'spec'-style reports
npm install wdio-spec-reporter
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
20 Stars
126 Commits
26 Forks
3 Watchers
16 Branches
7 Contributors
Updated on Jan 28, 2023
Latest Version
0.1.5
Package Id
wdio-spec-reporter@0.1.5
Unpacked Size
47.10 kB
Size
10.64 kB
File Count
14
NPM Version
6.1.0
Node Version
8.11.2
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
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
70 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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