UNPKG

design-comuni-plone-theme

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