mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
move cypress config to cypress.config.js
This commit is contained in:
parent
60c30dea28
commit
c8c59886a1
@ -44,3 +44,19 @@ module.exports = defineConfig({
|
|||||||
setupNodeEvents,
|
setupNodeEvents,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
module.exports = defineConfig({
|
||||||
|
e2e: {
|
||||||
|
projectId: "qa7fe2",
|
||||||
|
chromeWebSecurity: false,
|
||||||
|
baseUrl: "http://localhost:3000",
|
||||||
|
specPattern: "cypress/e2e/**/*.feature",
|
||||||
|
supportFile: "cypress/support/e2e.js",
|
||||||
|
retries: {
|
||||||
|
runMode: 2,
|
||||||
|
openMode: 0,
|
||||||
|
},
|
||||||
|
video: false,
|
||||||
|
setupNodeEvents,
|
||||||
|
},
|
||||||
|
});
|
||||||
Loading…
x
Reference in New Issue
Block a user