https://github.com/angular/angular
Raw File
Tip revision: 35690fdf6d4f41db88645fab0fe2dfd9c6ae98a6 authored by Jessica Janiuk on 19 April 2023, 19:09:49 UTC
release: cut the v15.2.8 release
Tip revision: 35690fd
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