Clean up Cypress configuration (#22813)
This commit is contained in:
parent
34348157ce
commit
c13536a511
2 changed files with 0 additions and 9 deletions
5
js/.gitignore
vendored
5
js/.gitignore
vendored
|
@ -21,11 +21,6 @@ node_modules
|
|||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Cypress
|
||||
assets
|
||||
**/cypress.env.json
|
||||
**/cypress/downloads
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
|
|
|
@ -2,15 +2,11 @@ import { defineConfig } from "cypress";
|
|||
|
||||
export default defineConfig({
|
||||
projectId: "j4yhox",
|
||||
screenshotsFolder: "assets/screenshots",
|
||||
videosFolder: "assets/videos",
|
||||
chromeWebSecurity: false,
|
||||
viewportWidth: 1360,
|
||||
viewportHeight: 768,
|
||||
defaultCommandTimeout: 30000,
|
||||
videoCompression: false,
|
||||
numTestsKeptInMemory: 30,
|
||||
videoUploadOnPasses: false,
|
||||
experimentalMemoryManagement: true,
|
||||
|
||||
retries: {
|
||||
|
|
Loading…
Reference in a new issue