-
### Current behavior
When starting Cypress Component Testing in a fresh Angular project, it logs many warnings:
```
WARNING in C:/Sandboxes/Experiments/cypress-component-testing-typescript-warnin…
-
### systemRole
Your role as a full-stack web developer includes designing, developing, and maintaining both front-end and back-end web applications. You should have knowledge and experience in tech…
-
### Which @ngrx/* package(s) are the source of the bug?
signals
### Minimal reproduction of the bug/regression with instructions
- Create two custom store features with methods
- Call method from …
-
### Describe the bug
We are using Angular Query in our project, and we have noticed that it can interfere with our Cypress component tests in some cases. To illustrate this, we have made a simple mo…
-
in production build I get the error saying Cannot find module electron-log/main when I start the application
![image](https://github.com/user-attachments/assets/91b11c6e-b806-4e92-b939-8bae00c89d91…
-
We should probably have some unit tests for the frontend. Maybe we want to upgrade to angular2 first?
-
Hello I am testing nextchat as i am looking for options to integrate a "user manual" chatbot in my angular system, but I can not find te option to integrate my knowledge base, I need to feed the model…
-
### What would you like?
Angular's CT `mount` function should return an `inject` function that allows DI.
e.g.:
```ts
const {inject} = cy.mount(...);
const service = inject(MyService);
```
…
-
### Current behavior
By answering 'No' to component testing support when adding Cypress for Angular with `ng add @cypress/schematics`, the schematic added still overrides the generic component sche…
-
### What would you like?
`autoSpyOutputs` should subscribe to outputs instead of spying `emit`.
It could be done this way (Angular >= 14.1):
```ts
const outputsSubscription = new Subscription();…