set baseUrl for e2e testing
This commit is contained in:
parent
ab7368a886
commit
653567f8e2
1 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
const { defineConfig } = require("cypress");
|
const { defineConfig } = require("cypress");
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
e2e: {
|
e2e: {
|
||||||
setupNodeEvents(on, config) {
|
baseUrl: 'http://localhost:8000',
|
||||||
// implement node event listeners here
|
|
||||||
},
|
},
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue