We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6299e0 commit aaa392dCopy full SHA for aaa392d
cypress.config.ts
@@ -20,6 +20,7 @@ export default defineConfig({
20
viteConfig: customViteConfig,
21
},
22
specPattern: './src/**/*.cy.{js,jsx,ts,tsx}',
23
+ supportFile: 'cypress/support/component.ts',
24
viewportHeight: 800,
25
viewportWidth: 1920,
26
0 commit comments