mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
set support file path in config file
This commit is contained in:
parent
e50566edd1
commit
b3c2614ce6
@ -46,7 +46,7 @@ module.exports = defineConfig({
|
|||||||
chromeWebSecurity: false,
|
chromeWebSecurity: false,
|
||||||
baseUrl: "http://localhost:3000",
|
baseUrl: "http://localhost:3000",
|
||||||
specPattern: "**/*.feature",
|
specPattern: "**/*.feature",
|
||||||
supportFile: false,
|
supportFile: "cypress/support/e2e.js",
|
||||||
retries: {
|
retries: {
|
||||||
runMode: 2,
|
runMode: 2,
|
||||||
openMode: 0,
|
openMode: 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user