Socket
Socket
Sign inDemoInstall

gulp-protractor-qa

Package Overview
Dependencies
128
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.10 to 0.1.11

4

package.json
{
"name": "gulp-protractor-qa",
"version": "0.1.10",
"description": "A gulp plugin to help avoiding broken Protractor tests due to not found element() selectos.",
"version": "0.1.11",
"description": "Gulp Protractor QA warns you on the fly whether all element() selectors could be found or not within your AngularJS view files.",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "ramonvictor/gulp-protractor-qa",

# [gulp](http://gulpjs.com)-protractor-qa
A gulp plugin to help you avoiding broken Protractor tests due to not found `element()` selectors.
Keeping end-to-end test up-to-date can be really painful. Gulp Protractor QA warns you on the fly whether all element() selectors could be found or not within your AngularJS view files.
<img src="https://raw.githubusercontent.com/ramonvictor/gulp-protractor-qa/master/assets/gulp-protractor-qa.gif" alt="Video screen demo of gulp-protractor-qa in action!">
> This is a beta version. From now, it's just mapping the following `element()` selectors: `by.model()`, `by.binding()`, `by.css('[attr-name="attr-value"]')` and `by.repeater()`.
> This is a beta version. From now, it's mapping the following `element()` selectors: `by.model()`, `by.binding()`, `by.css('[attr-name="attr-value"]')` and `by.repeater()`.
This project is for the community, so please: test it, open [issues](https://github.com/ramonvictor/gulp-protractor-qa/issues), [fork it](https://github.com/ramonvictor/gulp-protractor-qa/) and if you like, give it a start! :)

@@ -52,3 +52,3 @@ Help me make [gulp-protractor-qa](https://www.npmjs.org/package/gulp-protractor-qa) an awesome tool!

Where the plugin should watch the changes in order to map all the `element()` index.
Where the plugin should watch the changes in order to map all `element()` indexes.

@@ -60,3 +60,3 @@ ##### viewSrc

Where your AngularJS view files are located. Protractor QA will watch the changes in those files to verify if all the `element()` selectors can be find.
Where your AngularJS view files are located. Protractor QA will watch the changes in those files to verify if all `element()` selectors could be found.

@@ -63,0 +63,0 @@ ## Changelog

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc