wdio-monocart-service
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

wdio-monocart-service

A WebdriverIO service for monocart coverage reports

Install

npm i wdio-monocart-service

Usage

// wdio.conf.js
{
    services: [
        ['monocart', {
            name: 'My WebdriverIO Coverage Report',
            // v8 (default) or istanbul (requires instrumenting source code)
            // coverageProvider: 'v8',
            entryFilter: '**/src/**',
            reports: [
                'v8',
                'console-details'
            ],
            outputDir: './coverage-reports'
        }]
    ]
}

Check repo monocart coverage reports for more options.

Readme

Keywords

none

Package Sidebar

Install

npm i wdio-monocart-service

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

7.63 kB

Total Files

5

Last publish

Collaborators

  • cenfun