From 571297c2256bad5266d258453835f32e605dd6d5 Mon Sep 17 00:00:00 2001 From: Mike Gunn Date: Tue, 25 Apr 2023 14:57:55 -0400 Subject: [PATCH] feat(cypress): remove component testing configs --- web/client/cypress.config.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web/client/cypress.config.js b/web/client/cypress.config.js index 3b29df30c9..96a86824ea 100644 --- a/web/client/cypress.config.js +++ b/web/client/cypress.config.js @@ -1,23 +1,23 @@ import { defineConfig } from "cypress"; -import { svelte } from "@sveltejs/vite-plugin-svelte"; +// import { svelte } from "@sveltejs/vite-plugin-svelte"; export default defineConfig({ watchForFileChanges: false, defaultCommandTimeout: 10000, - component: { - devServer: { - framework: "svelte", - bundler: "vite", - // Until full SvelteKit support lands in Cypress, we need to - // bypass loading SvelteKit during component testing per - // https://github.com/cypress-io/cypress/issues/26064 - viteConfig: () => { - return { - plugins: [svelte()] - } - } - }, - }, + // component: { + // devServer: { + // framework: "svelte", + // bundler: "vite", + // // Until full SvelteKit support lands in Cypress, we need to + // // bypass loading SvelteKit during component testing per + // // https://github.com/cypress-io/cypress/issues/26064 + // viteConfig: () => { + // return { + // plugins: [svelte()] + // } + // } + // }, + // }, e2e: { setupNodeEvents(on, config) {