https://github.com/angular/angular
Raw File
Tip revision: 77504f18afd4ff0bacf35599ab4f85892cc92048 authored by Pawel Kozlowski on 16 August 2023, 17:30:20 UTC
release: cut the v17.0.0-next.0 release
Tip revision: 77504f1
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