fix sharex
This commit is contained in:
parent
5290f4e960
commit
52b1aeea98
12 changed files with 80 additions and 49 deletions
|
@ -2,8 +2,7 @@ const { defineConfig } = require("cypress");
|
|||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:4000",
|
||||
baseUrl: "http://localhost:3000",
|
||||
},
|
||||
chromeWebSecurity: false,
|
||||
"video": false
|
||||
chromeWebSecurity: false
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue