mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
13 lines
272 B
JavaScript
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
|
|
},
|
|
},
|
|
};
|