🤖 - Rewrite some Cypress tests using component testing
nsbarsukov opened this issue · 0 comments
nsbarsukov commented
Which package(s) are relevant/related to the feature request?
Don't known / other
Description
maskito/projects/demo/src/app/app.routes.ts
Lines 276 to 283 in 3edfd30
Algorithm:
- Take any folder from
projects/demo/src/pages/cypress/examples
- Crete folder with the same name (but without digit) inside
projects/demo-integrations/src/tests/component-testing
. - Rewrite all tests (connected with this example) using Cypress component testing (use
DemoPath.Cypress
to find these tests) - Delete example from step 1
- Open PR and link it to this issue