mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
set support file path in config file
This commit is contained in:
parent
387d2c793b
commit
66a04a4a28
@ -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