https://github.com/angular/angular
Raw File
Tip revision: a48683be1c024831da24063fef183907a38acfdd authored by Paul Gschwendtner on 23 March 2022, 19:40:28 UTC
ci: make windows circleci job more robust and use git bash (#45431)
Tip revision: a48683b
cypress.json
{
  "baseUrl": "http://localhost:4200",
  "video": false,
  "chromeWebSecurity": false,
  "downloadsFolder": "devtools/cypress/downloads",
  "fileServerFolder": "devtools",
  "fixturesFolder": "devtools/cypress/fixtures",
  "ignoreTestFiles": "devtools/*.hot-update.js",
  "integrationFolder": "devtools/cypress/integration",
  "pluginsFile": "devtools/cypress/plugins/index.js",
  "screenshotsFolder": "devtools/cypress/screenshots",
  "supportFile": "devtools/cypress/support/index.js",
  "testFiles": "**/*.*",
  "videosFolder": "devtools/cypress/videos"
}
back to top