-
#### Bug, feature request, or proposal:
I'm trying to e2e test with protractor a page containing a angular material datepicker. I'm using the latest version of Angular and Angular material (7). I'm m…
-
As discussed here: https://github.com/mwaylabs/generator-m-ionic/issues/478 I gave protractor another run as part of our Continuous Integration setup with travis. This could ensure the functionality o…
-
I'm trying to run my e2e test with protractor. I have angular manually bootstraped.
## here's my config:
exports.config = {
allScriptsTimeout: 15000,
seleniumServerJar: '../node_modules/seleniu…
McRaj updated
8 years ago
-
Hi,
We are trying to test an angular application that has a component exploiting the network directive, but protractor fails in its tests with the following error when the component is shown:
```…
-
I think using this library + Angular results in zone issues (never becoming stable due to polling), you see Protractor timeout.
Is there a recommended way to solve this other than wrapping it in a …
-
In my current project we started to run protractor tests in parallel. It saved us a lot of time to run the tests very very easily. And I think we should activate that for scenarioo too.
See here how …
-
Add support for Protractor end-to-end testing
-
-
-
I am able to launch my application in firefox. But some actions like ENTER,doubleClick() etc are not working in firefox. It was working fine in chrome browser but the same code is not working in firef…