cypress-angular-unit-test
cypress-angular-unit-test copied to clipboard
Running e2e tests after integrating cypress-angular-unit-tests no longer works
After integrating the cypress-angular-unit-test module, our "regular" e2e tests fail to run, stating cy.visit() may not be used in a component. We have specified our testFiles in cypress.json and the component attribute pointing to the component fixtures.
Desired behavior
cypress run should still be able to execute e2e tests alongside component tests.
Thanks for the support.
Same issue
Also experiencing this issue. If I am not mistaken there is a test specifically checking that this does not happen.
Exact same problem here. Every test is now considered as a component test.