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