angular-ct
angular-ct copied to clipboard
Angular Component Testing
Hey Jordan, I finally managed to dive a bit into cypress-angular-dev-server but I am encountering some weird issue here. I tried migrating the tests/cypress-mount-integration nx project here: https://github.com/jscutlery/devkit/tree/upgrade-cypress-10 but I...
With StandAlone Components getting released as part of Angular 14 we need to validate that they work as is and see if any changes would be important to make this...
There is apparently an issue with the way `cy.clock()` and `cy.tick()` work with CT. https://github.com/yjaaidi/angular-ct/blob/issue-clock/src/app/count/overrides/overrides.component.cy.ts#L26-L39
@jordanpowell88 what do you think about organizing tests per testing use case (testing inputs, testing outputs, overriding providers, etc...) instead of the demo app?
Currently there is not a way (that I know of) to handle components that use ``. We need to add support for this. or clearer documentation around how to do...
We need to look into adding support for versions of angular older than 12. The major change will be the use of webpack 4 instead of 5.
When setting `fullTemplateTypeCheck` to true I am getting a bunch of errors in the console.