Skip to content
Snippets Groups Projects
Unverified Commit cca7c170 authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan Committed by GitHub
Browse files

Speed up cypress start time (#21310)

* Set integrationFolder to avoid cypress globbing all folders

* cypress snapshot: don't upload compress video on pass
parent e70de4b5
No related branches found
No related tags found
No related merge requests found
{
"testFiles": "**/*.cy.snap.js",
"pluginsFile": "frontend/test/__support__/e2e/cypress-plugins.js",
"integrationFolder": "frontend/test",
"supportFile": "frontend/test/__support__/e2e/cypress.js"
"integrationFolder": "frontend/test/snapshot-creators",
"supportFile": "frontend/test/__support__/e2e/cypress.js",
"videoUploadOnPasses": false
}
{
"testFiles": "**/*.cy.spec.js",
"pluginsFile": "frontend/test/__support__/e2e/cypress-plugins.js",
"integrationFolder": ".",
"integrationFolder": "frontend/test",
"supportFile": "frontend/test/__support__/e2e/cypress.js",
"videoUploadOnPasses": false,
"chromeWebSecurity": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment