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

Commit 4898db0

Browse files
Marketionistqiyigg
authored andcommitted
docs(plugins) add protractor-cucumber-steps plugin to plugins.md (#4721)
* docs(plugins) add protractor-cucumber-steps plugin to plugins.md
1 parent a5dbe25 commit 4898db0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/plugins.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,12 @@ This list is here for reference and the plugins included are not developed or
152152
mantained by protractor's team by any means. If you find any issues with this
153153
plugins please report them to the corresponding plugin developer.
154154

155-
* [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.
155+
* [Protractor testability plugin](https://github.com/alfonso-presa/protractor-testability-plugin): this plugin 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.
156156

157157
* [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.
158158

159159
* [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.
160160

161161
* [Ng-apimock](https://github.com/mdasberg/ng-apimock): this plugin adds the ability to use scenario based api mocking for local development and protractor testing for both AngularJS and Angular applications.
162+
163+
* [protractor-cucumber-steps](https://github.com/Marketionist/protractor-cucumber-steps): This plugin provides Cucumber steps (step definitions) written with Protractor for end-to-end tests.

0 commit comments

Comments
 (0)