UNPKG

vue-ssr-carousel

Version:

A performance focused Vue carousel designed for SSR/SSG environments.

22 lines (16 loc) 468 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ projectId: 'b4x3of', e2e: { // Assume local testing baseUrl: 'http://localhost:3000', // Support coffeescript specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx,coffee}', // Configuration for code coverage // https://docs.cypress.io/guides/tooling/code-coverage setupNodeEvents(on, config) { require('@cypress/code-coverage/task')(on, config) return config } }, });