Skip to content

Commit 8df0d27

Browse files
committed
Removed reference
1 parent bb092fe commit 8df0d27

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/plugin/plugin_test.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,6 @@ describe('CodeceptJS plugin', function () {
4848
})
4949
})
5050

51-
it('should generate the coverage report - WebDriver - Devtools protocol', (done) => {
52-
exec(`${config_run_config('codecept.WebDriver.devtools.coverage.js', '@coverage')} --debug`, (err, stdout) => {
53-
const lines = stdout.split('\n')
54-
expect(lines).toEqual(
55-
expect.arrayContaining([
56-
expect.stringContaining('writing output/coverage'),
57-
expect.stringContaining('generated coverage reports:'),
58-
expect.stringContaining('output/coverage/index.html'),
59-
]),
60-
)
61-
expect(err).toBeFalsy()
62-
done()
63-
})
64-
})
65-
6651
it('should retry to failure', (done) => {
6752
exec(
6853
`${config_run_config('codecept.Playwright.retryTo.js', 'Should fail after reached max retries')} --verbose`,

0 commit comments

Comments
 (0)