mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
set cypress specpattern in congif file
This commit is contained in:
parent
b308b290aa
commit
60c30dea28
@ -35,7 +35,7 @@ module.exports = defineConfig({
|
|||||||
projectId: "qa7fe2",
|
projectId: "qa7fe2",
|
||||||
chromeWebSecurity: false,
|
chromeWebSecurity: false,
|
||||||
baseUrl: "http://localhost:3000",
|
baseUrl: "http://localhost:3000",
|
||||||
specPattern: "**/*.feature",
|
specPattern: "cypress/e2e/**/*.feature",
|
||||||
supportFile: "cypress/support/e2e.js",
|
supportFile: "cypress/support/e2e.js",
|
||||||
retries: {
|
retries: {
|
||||||
runMode: 2,
|
runMode: 2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user