diff --git a/docs/plugins.md b/docs/plugins.md index 0b47c26e4..8332ba073 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -161,3 +161,5 @@ mantained by protractor's team by any means. If you find any issues with this plugins please report them to the corresponding plugin developer. * [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. + +* [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.