mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
fix: cypress video (#10829)
Fixes #10828 Cypress v13 had breaking changes where the default value for video and videoCompression changed from true to false. This re-adds video using the cypress config as mentioned in the migration [docs](https://docs.cypress.io/app/references/migration-guide#Migrating-to-Cypress-130)
This commit is contained in:
parent
4a75cf09a7
commit
2c089f7ba6
@ -10,4 +10,6 @@ export default defineConfig({
|
||||
baseUrl: 'http://localhost:3000',
|
||||
supportFile: false,
|
||||
},
|
||||
video: true,
|
||||
videoCompression: true,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user