-
Hi there!
- Operating system and version
Jasmine version: 2.4.1
Browser name: chrome
Browser version: 53.0.2785.143
Platform: LINUX
Javascript enabled: true
Css selectors enabled: true
- Node.…
-
Bug report
---
- Node Version: `v10.11.0`
- Protractor Version: `5.4.1`
- Angular Version: `6.1.8`
- Browser(s): `Safari 12`
- Operating System and Version `macOS 10.13.6`
- Your protractor c…
-
Hi,
I'm trying out this lib with protractor 5 and the config:
SELENIUM_PROMISE_MANAGER: false
When I run the tests, I get the error:
```
09:43:32] E/launcher - deferred.fulfill is not a funct…
-
The `--skip-tests` flag for `ng new` didn't quite match my expectations as a developer.
### Versions
```
Angular CLI: 1.6.0-beta.0
Node: 8.4.0
OS: linux x64
Angular:
...
```
### Repro …
-
After tests run, in JSON response file an error trace is displayed, even if the tests are passed.
[{"description":"should have a title|The main view","passed":true,"os":"WIN8_1","browser":
{"name":"c…
-
Here is the package.json.
```
{
"name": "angular-starter",
"version": "6.0.0",
"description": "An Angular Webpack Starter kit featuring Angular (Router, Http, Forms, Services, Tests, …
-
Hi there!
Protractor E2E test scripts using Mocha BDD framework does not pass every time (pass rate is very less, inconsistent) when we run both in local and Sauce Labs.
We are using classic pro…
-
Right now we have 3 unit tests which are included mainly for demo purposes. It would be good if the quickstarter app has a full automated regression test suite (unit tests with Karma/Jasmine, and inte…
-
Bug report
---
### Use case:
- Protractor E2E tests against a local AngularJs (1.5) app
### Background:
- AngularJS app uses custom bootstrapping
### My issue:
- **Test execution works fine in…
-
Hi! I like add protractor to my generated webapp like a `generator-gulp-angular` app. Any ideas for a implemmentation in the future? Or a idea where is the better place to start with e2e testing with …