https://github.com/starjumper30/protractor-robot-remote
A wrapper around robotremote that adds Protractor integration to the Node remote server for the Robot Framework.
https://github.com/starjumper30/protractor-robot-remote
protractor robot-framework
Last synced: 5 months ago
JSON representation
A wrapper around robotremote that adds Protractor integration to the Node remote server for the Robot Framework.
- Host: GitHub
- URL: https://github.com/starjumper30/protractor-robot-remote
- Owner: starjumper30
- License: mit
- Created: 2017-08-01T14:22:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T16:50:31.000Z (almost 9 years ago)
- Last Synced: 2025-06-07T23:52:24.527Z (about 1 year ago)
- Topics: protractor, robot-framework
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Protractor Robot Remote
A wrapper around robotremote that adds Protractor integration to the Node remote server for the Robot Framework.
Let your developers write Protractor page objects for all of your views, using Javascript and Protractor API.
Then your testers can write robot tests with keywords that invoke methods on these page objects.
This pattern helps to keep clear separation between your page objects and your test cases and makes it easer for non-developer testers to write automated tests.
[Simple Example CLI App](https://github.com/starjumper30/protractor-robot-remote-example#readme)
[Tour of Heroes Example App](https://github.com/starjumper30/toh-ngrx4-acceptance-tests#readme)