https://github.com/angular/angular
Raw File
Tip revision: a4c9e8df6d28f70804c69e42c6094cd6323fc6bc authored by Andrew Kushnir on 22 June 2022, 23:44:31 UTC
release: cut the v14.0.3 release
Tip revision: a4c9e8d
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