Skip to content

Commit 1cf602d

Browse files
committed
cypress test
1 parent dbd4278 commit 1cf602d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cypress/e2e/cypress.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
e2e: {
3+
setupNodeEvents(on, config) {
4+
// implement node event listeners here
5+
},
6+
baseUrl: 'https://magento-lts.ddev.site'
7+
}
8+
};

0 commit comments

Comments
 (0)