Skip to content

Commit

Permalink
ci(cypress): Update config
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jun 25, 2023
1 parent 39346ed commit d8df69f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ module.exports = defineConfig({
},

baseUrl: 'http://localhost:8081/index.php/',
experimentalSessionAndOrigin: true,
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
},
retries: {
runMode: 2,
runMode: 0,
// do not retry in `cypress open`
openMode: 0,
},
"numTestsKeptInMemory": 5,
numTestsKeptInMemory: 5,
})

0 comments on commit d8df69f

Please sign in to comment.