We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715fec6 commit 5af077bCopy full SHA for 5af077b
4 files changed
web/cypress.config.ts
@@ -3,11 +3,6 @@ import { defineConfig } from 'cypress';
3
export default defineConfig({
4
e2e: {
5
baseUrl: 'http://localhost:9003',
6
- setupNodeEvents(on, config) {
7
- // eslint-disable-next-line @typescript-eslint/no-var-requires
8
- require('@cypress/code-coverage/task')(on, config);
9
- return config;
10
- },
11
},
12
video: false,
13
viewportWidth: 1400,
0 commit comments