Skip to content

Commit

Permalink
Merge pull request #5209 from Ombi-app/cypress-13
Browse files Browse the repository at this point in the history
test: ⬆️ Update Cypress to V13
  • Loading branch information
tidusjar authored Jan 5, 2025
2 parents 6df9d6e + fefc768 commit fc94fcf
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 101 deletions.
1 change: 1 addition & 0 deletions tests/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import createEsbuildPlugin from "@badeball/cypress-cucumber-preprocessor/esbuild

export default defineConfig({
watchForFileChanges: true,
video: true,
chromeWebSecurity: false,
viewportWidth: 2560,
viewportHeight: 1440,
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@badeball/cypress-cucumber-preprocessor": "^14.0.0",
"@bahmutov/cy-api": "^1.5.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5",
"cypress": "12.14.0",
"cypress": "13.17.0",
"cypress-wait-until": "^1.7.1",
"typescript": "^4.2.3"
},
Expand Down
Loading

0 comments on commit fc94fcf

Please sign in to comment.