-
When web authors are creating their web applications they are going to need to be able to test and interact with elements that may be in a shadow DOM.
There have been [requests](https://github.com…
-
**Describe the bug**
Running tests by clicking the gutter icon tries to run it as a Node.js run config, which fails.
**Versions**:
- Plugin: 3.5
- IDE: IntelliJ IDEA 2022.2.2 (Ultimate Edition)
…
-
@programarivm
Hi, I am a developer who specializes in automation e2e testing.
This seems like a nice project.
I could write some for the website if it would be beneficial for you.
-
Hi,
I would like to know if it is possible to put information from the test executed in the description (or title) of the execution test issue.
For example, executing an order via Cypress and be…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
origin Working code -
```
```
outp…
-
I believe we've always wanted tests, though never had a chance to implement it ourselves. After some discussion on Discord we've decided we want to add unit tests, and e2e tests.
## Tools
To mak…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
upon running command `ng generate @angular/core:control-flow` for the below…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
### Problem
The way logging in right now works is extraordinarily confusing and complicated.
There's events being thrown here and there, event handlers across multiple files, and the whole proce…
-
### Describe the feature you'd like:
Web components are an increasingly popular way of creating reusable elements. Due to the existence of shadow DOM, user-focused testing is more difficult…