RobinMeow / CommunityCookbook

CommunityCookbook
MIT License
0 stars 0 forks source link

remove cypress component tests #105

Closed RobinMeow closed 5 months ago

RobinMeow commented 5 months ago
  1. [x] update tsconfig to exclude cypress gloab types for the angular project
  2. [x] remove all component .cy.ts test files within the angular project (not e2e)
    • replace the existing component tests for equal spec tests
  3. [x] remove component tests from pipeline; yay quicker pipeline :)
RobinMeow commented 5 months ago

I got all tests which were covered by cypress now covered by jasmine, which is awesome, because it reduced the code by alot. Now I dont have to woory about duplicated tests anymore, in cy comp test + jasmine tests.