-
I'm trying to write some end-to-end tests for my application which uses this module. My problem is that Protractor waits for all `$http` requests to finish before running the tests. Since the request …
-
As noted in #173, the AngularJS e2e documentation (http://docs.angularjs.org/guide/dev_guide.e2e-testing) says that protractor is the new e2e testing framework.
I'm working towards a pull request t…
-
Hi! I would like to see support for running [protractor element explorer](https://github.com/angular/protractor/blob/master/docs/debugging.md).
Thank you!
gunta updated
8 years ago
-
HI,
I know this library comes with protractor version 4, some of my test cases are not working since I wrote my test script using protractor version 5 functions.
Is there a way to upgrade protra…
-
How can we manage the dependency with protractor ?
I think it is best to give back the changes made so that protractor can work out of the box with angularDart, or make something new.
What is your op…
hvdb updated
10 years ago
-
This exception occurs when I tried to run the test
[12:29:41] E/configParser - Error code: 105
[12:29:41] E/configParser - Error message: failed loading configuration file protractor.conf.js
[12:…
-
The UI E2E tests are very flaky, and crash often.
The puppeteer model seems better and more robust.
-
It would be valuable that being a library written for angular, unit tests would be rewritten using [protractor](https://github.com/angular/protractor).
In addition by means of [grunt-protractor-runne…
-
Hey ealves,
Maybe you can help me out here. All of a sudden after successfully being able to use Protractor-Recorder the last couple of days - it stopped working today. I have uninstall and installed…
-
- [x] isElementPresent
- [x] get
- [x] refresh
- ~~setLocation~~ execute
- [x] getWindowHandle
- [x] getAllWindowHandles
- [x] getPageSource
- [x] close -- WIP
- [x] takeScreenshot
- [x] swi…