-
I am using single-spa-angular-cli v0.4.1 and its perfectly supporting Angular V5. But not supporting Angular v6 or v7.
package.json of angular v5 app.
`{ "name": "app3", "version": "0.0.0", "license…
-
### Issue type
**I'm submitting a ...**
* [x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
**Current behavior:**
Its …
-
This might be a documentation problem rather than a parser problem. I discovered that protractor-flake was rerunning all of my tests rather than the failed ones, so I tried a small test with one spec …
-
#### Motivation
We have found that often times our tests become very slow when basing them on the protractor/webdriver query API, specially when using iteration helpers on an ElementArrayFinder. To w…
-
Bug report
---
I'm trying to run e2e tests on CircleCI 2.0 infrastructure using a [simple custom docker image](https://hub.docker.com/r/rolandjitsu/gcloud-node), but it seems like if I use the `dire…
-
Hi all,
I am trying to run e2e tests (angular + protractor).
It worked fine with since chrome 80.
Docker images:
https://hub.docker.com/r/intelerad/bitbucket-pipelines-protractor/
https://hub…
-
Add support for Playwright
https://github.com/microsoft/playwright
-
Hi there!
I'm getting a generic "JavaScript error" when trying to run Protractor with Internet Explorer (11) on a Jenkins Slave with Windows Server 2016.
When I try to run the tests locally via …
-
Bug report
---
I just ran into some issues with my tests when I tried to run the tests on Firefox and IE11.
One of the issues is with the `* /deep/` CSS selector which I think is used in `by.deepCs…
-
Creating a test build that is decoupled from the Chrome WebInspector APIs would allow us to inject Batarang directly into the page (like ng-inspector does).
One obvious caveat is that Batarang uses A…