https://github.com/angular/angular
Raw File
Tip revision: 6928618fd75a7b34a5fa5e43a42d21c8a96e9903 authored by Alex Rickabaugh on 01 May 2023, 17:25:36 UTC
release: cut the v16.0.0-rc.4 release
Tip revision: 6928618
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