Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 2e9acf5

Browse files
Marketionistheathkit
authored andcommitted
docs(plugins) add protractor-numerator plugin to plugins.md
1 parent 6353ec9 commit 2e9acf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugins.md

+2
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,5 @@ plugins please report them to the corresponding plugin developer.
163163
* [Protractor testability plugin](https://github.com/alfonso-presa/protractor-testability-plugin): this plugins enables synchronous testing with protractor for features that are not developed using the services provided by AngularJS, preventing the need of additional waits coded in the tests. This happens for example if you have WebSockets communication with the server or for web applications built with frameworks different than AngularJS.
164164

165165
* [protractor-fail-fast](https://github.com/Updater/protractor-fail-fast): Allows Protractor to "fail-fast", forcing all test runners to exit if one of them encounters a failing test. For scenarios where a failure means the entire build has failed (e.g. CI), failing fast can save a tremendous amount of time.
166+
167+
* [protractor-numerator](https://github.com/Marketionist/protractor-numerator): This plugin gives you readable functions for getting elements by their numbers inside Protractor tests. Adds functions like `.second()`, `.third()`, etc. instead of `.get(1)`, `.get(2)`, etc.

0 commit comments

Comments
 (0)