-
Is it possible to run protractor suites with the accessibility-pluging to get A11y vulnerabilities for each suite?
protractor protractor.conf.js --suite homepage
```
plugins: [
{
chromeA11YDev…
-
5.0.0 was released: https://github.com/angular/protractor/releases/tag/5.0.0
-
Protractor version: ```5.4.2```
Angular: ```1.x```
Present working directory: ```/protractor```
CLI to run the test: `sudo -u protractor xvfb-run --server-args="-screen 0 1280x1024x24" -a protr…
-
### Issue type
**I'm submitting a ...**
* [x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
**Current behavior:**
Its …
-
```
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…
-
```
Running "protractor" task
Using SauceLabs selenium server at http://adamquadmon:xxxx@ondemand.saucelabs.com:80/wd/hub
/home/travis/build/xxx/node_modules/protractor/node_modules/selenium-webdrive…
-
```
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…
-
```
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…
-
Due to protractor not running in my setup in version 1.4.0 (and everything working fine in 1.3.1, see https://github.com/angular/protractor/issues/1512), I propose to reduce the dependency from `^1.0.…
gweax updated
9 years ago
-
Seems like the protractor onPrepare argument does not work with the protractor runner:
https://github.com/angular/protractor/blob/master/spec/junitOutputConf.js#L19
Hence can not output xml reporters…