sandram92
Results
2
comments of
sandram92
I did npm install -D @cypress/code-coverage and ```js import '@cypress/code-coverage/support' in cypress/support/e2e.js my cypress.config.ts looks like this import { defineConfig } from "cypress"; export default defineConfig({ projectId: '...' viewportWidth: 1500,...
I still couldn't figure out where is the problem...