mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-13 04:49:04 -05:00
* chore: migrate angular adapter to monorepo * fix: update angular tests to use @cypress/angular * update snapshots * update snapshots * update params * replace cypress-angular with @cypress/angular * make angular private * chore: deps * remove git keep * chore: update yarn.lock * add test
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"experimentalFetchPolyfill": true,
|
|
"fixturesFolder": false,
|
|
"includeShadowDom": true,
|
|
"fileServerFolder": "src",
|
|
"projectId": "nf7zag",
|
|
"component": {
|
|
"componentFolder": "src/app",
|
|
"testFiles": "**/*cy-spec.ts"
|
|
}
|
|
}
|