UNPKG

@kitconcept/volto-dsgvo-banner

Version:
10 lines (8 loc) 205 B
const { defineConfig } = require('cypress'); module.exports = defineConfig({ viewportWidth: 1280, e2e: { baseUrl: 'http://localhost:3000', specPattern: 'cypress/tests/*.cy.{js,jsx}', }, });