Clean up Cypress configuration (#22813)

This commit is contained in:
Jon Koops 2023-08-30 11:03:27 +02:00 committed by GitHub
parent 34348157ce
commit c13536a511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

5
js/.gitignore vendored
View file

@ -21,11 +21,6 @@ node_modules
*.sln *.sln
*.sw? *.sw?
# Cypress
assets
**/cypress.env.json
**/cypress/downloads
# Optional eslint cache # Optional eslint cache
.eslintcache .eslintcache

View file

@ -2,15 +2,11 @@ import { defineConfig } from "cypress";
export default defineConfig({ export default defineConfig({
projectId: "j4yhox", projectId: "j4yhox",
screenshotsFolder: "assets/screenshots",
videosFolder: "assets/videos",
chromeWebSecurity: false, chromeWebSecurity: false,
viewportWidth: 1360, viewportWidth: 1360,
viewportHeight: 768, viewportHeight: 768,
defaultCommandTimeout: 30000, defaultCommandTimeout: 30000,
videoCompression: false,
numTestsKeptInMemory: 30, numTestsKeptInMemory: 30,
videoUploadOnPasses: false,
experimentalMemoryManagement: true, experimentalMemoryManagement: true,
retries: { retries: {