protractor
protractor copied to clipboard
E2E test framework for Angular apps
This commit adds TestingBot as a driverProvider. The provider will send the `testingbotKey` and `testingbotSecret` config values to the TestingBot grid. When the test has finished, the test success state...
we have large number of customers that are using Protractor with our cloud. Adding Perfecto as a data provider will simplify the execution workflow. After adding these change we would...
Added new Protractor locator to select elements inside `shadow-root`. For the background, refer to #4367.
It would be nice to abstract the `click` and `scrollIntoView` calls a little, so that code such as ``` (() => browser.executeScript('arguments[0].scrollIntoView();', this.locatorButton.webMail)) (() => browser.executeScript('arguments[0].click();', this.locatorButton.webMail)) ``` could be...
Removed [DEP0005] DeprecationWarning: Buffer()
In the default logic, this `err` object should be an `Object` or `String`. But in my case when the `err` is undefined or null, this code will throw an issue...
Hi there! Twistlock vulnerability scans raise a compliance alarm on images containing Protractor node module: Private keys stored in image: Found: node_modules/browserstack/node_modules/agent-base/test/ssl-cert-snakeoil.key , node_modules/saucelabs/node_modules/agent-base/test/ssl-cert-snakeoil.key Private keys stored in image" Steps...
Implement what proposed in https://github.com/angular/protractor/issues/5420
Bug report --- - Node Version: `v8.5.0` - Protractor Version: `5.1.0` - Angular Version: `1.6.7` - Browser(s): `Chrome 64.0.3282.140` - Operating System and Version `Windows 7` While trying to move...