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");
|
const { defineConfig } = require("cypress");
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
allowCypressEnv: false,
|
|
||||||
|
|
||||||
e2e: {
|
e2e: {
|
||||||
setupNodeEvents(on, config) {
|
baseUrl: 'http://localhost:8080',
|
||||||
// implement node event listeners here
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue