klofi
klofi
Same thing, had to force 2.1.2 to fix build.
Still broken in new project created with `@angular/cli` v11.1.4. Getting around by using `"strictNullChecks": false` until fixed.
Hello @nils-hoyer, appreciate your work on this plugin. I just tried to use it for a component test that was passing even when there was a console errror, but found...
Thank you very much, I can confirm the cypress component tests now fail on console error with v5.0.0.
Tried with a brand new Angular project created with latest version of all tools and this issue still exists. None of the fixes above worked for me. Repro using `@angular/cli...
I can also repro the issue with: Platform: linux-x64 (Debian - 11.3) Node Version: v16.14.2 Cypress Version: 13.6.1 Chromium: 103 Switching `--browser` from Chromium 103 to Chrome 103 "fixes" the...
Hi, any update on the rewrite?