This repository was archived by the owner on Aug 16, 2024. It is now read-only.
This repository was archived by the owner on Aug 16, 2024. It is now read-only.
Webdriver helper #1
Closed
Description
Hi,
I used the codeceptjs-monocart-coverage plugin to perform a coverage test during my Codeceptjs tests. The Coverage plugin is only available with Playwright and Pupeteer, I wanted to use this plugin because I use the Webdriver helper.
Unfortunately I am no longer able to carry out my Codeceptjs test when I add the plugin to my codecept.conf.js. When I execute my npx codeceptjs run command I get this error which prevents the test from being executed:
[MCR] Not found coverage data in dir(s):
Here is the configuration of the plugin in codecept.conf.js :
monocart: {
require: 'codeceptjs-monocart-coverage',
enabled: true,
coverageOptions: {
name: 'My CodeceptJS Coverage Report',
outputDir: 'coverage-report',
}
}
Metadata
Metadata
Assignees
Labels
No labels