Skip to content

Commit 1ccc23f

Browse files
committed
install and configure cypress
1 parent 088a4dd commit 1ccc23f

File tree

4 files changed

+22938
-1460
lines changed

4 files changed

+22938
-1460
lines changed

src/webapp/cypress.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { defineConfig } = require("cypress");
2+
3+
module.exports = defineConfig({
4+
e2e: {
5+
setupNodeEvents(on, config) {
6+
// implement node event listeners here
7+
},
8+
baseUrl: 'http://symfony-boilerplate.localhost',
9+
},
10+
});

0 commit comments

Comments
 (0)