Skip to content

Commit

Permalink
Fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatta committed Jul 29, 2024
1 parent 93fb316 commit 94b5b7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94b5b7f

Please sign in to comment.