remove boilerplate config and set baseUrl
This commit is contained in:
parent
eaa1ed90e4
commit
37ff440c16
1 changed files with 1 additions and 5 deletions
|
|
@ -1,11 +1,7 @@
|
|||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
allowCypressEnv: false,
|
||||
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
baseUrl: 'http://localhost:8080',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue