Azariah

Results 25 comments of Azariah

This would be an amazing addition! Currently executing mutation testing on a large project takes quite some time. I feel like Wallaby could decrease that time down tremendously.

@kerry-afs I am also getting this error, but I do not have Webpack 5 installed as a dev dependency. I just have the latest v12 of Angular installed. and v5.5.0...

Eish now testing Angular services with Cypress is what I need.

@rkrisztian I am using https://github.com/bahmutov/cypress-angular-unit-test mount capability and jscutlery's https://github.com/jscutlery/test-utils/blob/main/packages/cypress-angular-dev-server dev server. With the existing cypress-angular-unit-test framework there is the capability to make use of TestBed.

Yeah @rkrisztian completely agree. I was just playing around with it, but does not seem like it would be a long term sustainable solution.

Yes I understand that, but Cypress isn't allowing me to execute my standard `spec.ts` files. Shouldn't it only throw that error if I am trying to do it inside a...

Also experiencing this issue. If I am not mistaken there is a test specifically checking that this does not happen.

@LeJeanbono would it be possible for us to make use of https://github.com/jscutlery/test-utils/blob/main/packages/cypress-angular-dev-server and this solution?

If you have a look at examples here: https://github.com/getsaf/shallow-render It removes a lot of boilerplate that Angular does.

No they are not referenced there. This is what the angular.json looks like: @LeJeanbono ``` { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "voss-portal": { "root": "", "sourceRoot": "src",...