Skip to content

Commit

Permalink
Removed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Nov 12, 2024
1 parent bb092fe commit 8df0d27
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/plugin/plugin_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,6 @@ describe('CodeceptJS plugin', function () {
})
})

it('should generate the coverage report - WebDriver - Devtools protocol', (done) => {
exec(`${config_run_config('codecept.WebDriver.devtools.coverage.js', '@coverage')} --debug`, (err, stdout) => {
const lines = stdout.split('\n')
expect(lines).toEqual(
expect.arrayContaining([
expect.stringContaining('writing output/coverage'),
expect.stringContaining('generated coverage reports:'),
expect.stringContaining('output/coverage/index.html'),
]),
)
expect(err).toBeFalsy()
done()
})
})

it('should retry to failure', (done) => {
exec(
`${config_run_config('codecept.Playwright.retryTo.js', 'Should fail after reached max retries')} --verbose`,
Expand Down

0 comments on commit 8df0d27

Please sign in to comment.