eslint-plugin-protractor icon indicating copy to clipboard operation
eslint-plugin-protractor copied to clipboard

ESLint rules for Protractor

Results 22 eslint-plugin-protractor issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

Question: is it possible to use these rules for TypeScript in protractor?

While searching for reasons to use the one or the other, I found this: https://github.com/angular/protractor/issues/634. I can conclude from there that depending on the used libraries in your webapp, the...

There is a common anti-pattern in Protractor when something is explicitly resolved and then asserted instead of passing a promise directly to `expect()` which is patched to understand promises and...

type: feature-request

This should be a warning: ```js expect($(".myclass").isDisplayed).toBe(true); ``` Not a warning: ```js expect($(".myclass").isDisplayed()).toBe(true); ```

type: feature-request

We can probably use [`eslint-plugin-meteor`'s ES6&Babel setup](https://github.com/dferber90/eslint-plugin-meteor) as an example. This, may, I think, be a good reason to finally bump to 1.0.

type: enhancement

Refactor `use-count-method` rule as per https://codereview.stackexchange.com/questions/166876/eslint-rule-for-jasmine-protractor/166888#166888.

type: code-quality
type: cleanup