-
This ticket is to keep track of the activity of migrating tests from Protractor to Cypress, that is an up to date and maintained framework.
Relevant documentation about the migration is maintained …
-
Currently there are failing test cases in the following unchecked suites:
- [x] A new user should able to register
- [x] the create-user page
- [x] An Admin
- [x] A staging Manager
- [x] A Sal…
-
Implement protractor tests with hooks into saucelabs.
See @lookfirst config for ideas: https://github.com/lookfirst/systemjs-seed/blob/master/protractor.conf.js
-
It should be cool if weio could run/debug protractor test. To do that we could provide an extension point to create a launch for protractor. We could implement this extension point with several JavaS…
-
# Progress
@diegonetto I want to create a pull request and update the Readme section on E2E Tests using Protractor. With the way I have set it up on the [latest commit](https://github.com/ltfschoen/y…
-
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…
-
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 …
-
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 …
-
```
In core/tests/protractor/editorAndPlayer.js it used to be the case that the
"editor.expectStateNamesToBe(['state1', 'state2', 'END'])" line came just
before the previous "editor.moveToState('sta…
-
When building the mercator platform, 15 protractor tests currently fail:
```
mercator proposal form
is submitted properly - fail
can be upvoted by the annotator - fail
can be downvoted by the a…