test: CAT-680 Increase Cypress screen size for testing (no-changelog) (#13590)

This commit is contained in:
shortstacked
2025-02-28 14:28:07 +00:00
committed by GitHub
parent 294f019414
commit aea2e79bf2
4 changed files with 32 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ module.exports = defineConfig({
experimentalMemoryManagement: true,
e2e: {
baseUrl: BASE_URL,
viewportWidth: 1536,
viewportHeight: 960,
video: true,
screenshotOnRunFailure: true,
experimentalInteractiveRunEvents: true,