protractor
protractor copied to clipboard
E2E test framework for Angular apps
Very minimalistic candidate to fix https://github.com/angular/protractor/issues/4151. My hope is that it won't break other stuff.
…abilities and fixed build in capabilities to be only overwritten under condition There was no actual reason to set username and accesskey as capabilities on the selenium driver. Sourcelabs doesn't...
Conditionally instantiate the firefoxService. The legacy FirefoxDriver fails to start if it is passed an executor.
Addresses issue https://github.com/angular/protractor/issues/4107. TO DO: write tests for it, may be in next PR!
$$('[md-virtual-repeat="item in ctrl.dynamicItems"]');
The command `new Buffer()` is deprecated. Instead, we can use `Buffer.from(...)`. I have updated the faq.md section of how to save a screenshot.
protractor-react-selector plugin in Community Plugins section. protractor-react-selector is lightweight plugin to help you to locate web elements in your REACT app using props and states
There is a small typo in spec/plugins/browserGetSyncedConf.js, spec/plugins/browserGetUnsyncedConf.js. Should read `browser` rather than `borwser`.
windows does not really unlink file, if fd is opened. (see https://stackoverflow.com/a/20801823/2519073) the unit tests failing because of this