diceware/cypress.config.js
2022-12-11 22:44:57 -05:00

13 lines
272 B
JavaScript

module.exports = {
// The rest of the Cypress config options go here...
projectId: "ot9ks7",
defaultCommandTimeout: 10000,
e2e: {
baseUrl: "http://localhost:8081",
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
};