- required node: v18+
- try turning TS
strict
flags ON (tsconfig.json
)
- config:
cypress.config.ts
, see docs @cypress/schematics
used viang add @cypress/schematic --e2e --component
- adding new tests:
ng generate spec [{name}] [--component] --[path {path}]
- adding new tests: