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