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

added protractor-react-selector plugin in Community Plugins section #5433

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ plugins please report them to the corresponding plugin developer.
* [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.

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

* [protractor-react-selector](https://github.com/abhinaba-ghosh/protractor-react-selector): protractor-react-selector is a lightweight plugin to help you to locate web elements in your REACT app using component, props and states. It queries VirtualDOM in order to retrieve the web elements.