We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4278 commit 1cf602dCopy full SHA for 1cf602d
cypress/e2e/cypress.config.js
@@ -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