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