From 94b5b7f0f3b1fe4b08beab911233a44614a94554 Mon Sep 17 00:00:00 2001 From: Lukas Matta Date: Mon, 29 Jul 2024 15:07:11 +0200 Subject: [PATCH] Fix cypress --- cypress.config.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index 529af714..c8bbdf56 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -4,7 +4,16 @@ export default defineConfig({ component: { devServer: { framework: 'angular', - bundler: 'webpack' + bundler: 'webpack', + options: { + projectConfig: { + root: './', + sourceRoot: 'src', + buildOptions: { + outputPath: 'dist/composition' + } + } + } }, specPattern: 'projects/cps-ui-kit/**/*.cy.ts', video: false