-
Command `npm run e2e --headless` that runs cypress e2e tests doesn't return non-zero exit code on test failure. If wecompare it to protractor then it returns exit code 1 in case of e2e test failure.
…
-
I need a way to open the select box from the Dom:
e.g.
```document.querySelector('ng-select').click()```
```
var event = new MouseEvent('click', {
'bubbles': true
});
document.query…
-
## Describe the bug
Angular project not building because of FS error, is there no way to upload big files to s3 via Angular 11 with v3 sdk ?
## Your environment
Angular - 11,
Win 10
#### SD…
-
I use protractor to test my project.
If setTimeout / setInterval is used the ngZone is occupied, and the app won't stablize therefore the protractor will throw Timeout Error accours :
`
Timed out …
-
Hi, I have a library that contains some overlapping e2e logic used across multiple apps, when I try to import the library into the e2e spec, I get this error when running the e2e tests:
```
E/launch…
-
**Describe the bug**
First off, it's my first time using storybook. So i followed the tutorial in the documentation in the Angular section as it is. But Storybook doesn't work as expected.
Since i…
-
I want to run this program on the server or locally, what should I do?
My server environment is ubuntu 20.04 and node version is v14.21.3. The npm version is 6.14.18.
I installed npm and run `npm s…
-
Hi, this is what happens: https://pwlaz.tinytake.com/tt/NDUxOTg5M18xNDMxOTk0Mw
This is my html code:
```
```
css:
```
:host {
height: 100%;
width: 100%;
}
mgl-map {
height…
-
## Expected Behavior
Provide option to generate workspace with karma and protractor .
## Current Behavior
When I run command `npx create-nx-workspace myworkspace` it asks for framework, after…
-
_[Please make sure you have read the submission guidelines before posting an issue](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-issue)_
## Expected Behavior
Should generate …