mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Clean up Cypress configuration (#22813)
This commit is contained in:
parent
34348157ce
commit
c13536a511
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…
x
Reference in New Issue
Block a user