-
Hi. First let me say, WOW. This is an awesome guide that gives clear examples for pretty much all things you could do in unit testing for AngularJS.
At my current job we are also using what we call "…
-
```
Fail: ../node_modules/protractor-e2e-coverage/index.js Plugin Tests
Failure during setup: Cannot read property 'outdir' of undefined
TypeError: Cannot read property 'outdir' of undefine…
-
We have a setup of grunt protractor runner which runs suites.
Whenever there is an error on any one of the tests, it just quits the grunt process altogether.
```
protractor: {
options: {…
-
-
I can't use Protractor with Spectron, are any tutorial to how to use Protractor for my e2e tests ?
-
Following the instructions in the Readme, I created, installed and ran the project. Then I ran `ng serve` and `ng e2e` in separate terminal windows. The `ng e2e` command failed with the following erro…
-
#### Feature Description
There's not much Protractor-specific about the `ProtractorHarnessEnvironment`. We could make it more flexible by creating a more generic `WebDriverHarnessEnvironment` that …
-
... there are none. I aim to change that.
Some rough ideas for bringing tests in:
# End to End Tests
Protractor will basically run your app and click on stuff to make sure it all works. We need a Pr…
-
**Description**
There is an Africa Talking automated test with protractor `tests/e2e/protractor/sms/africas-talking.js`, it failed randomly in Github Actions. But after we restructured the files for …
-
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 …