starjumper30 / protractor-robot-remote-example

This project is an example application to demonstrate integration between the Robot Framework for test automation and Protractor.
MIT License
1 stars 2 forks source link

Error: Keyword execution got timeout #1

Open Haja5793 opened 6 years ago

Haja5793 commented 6 years ago

i got error while running the project

protractor-robot-remote-example@1.0.0 re2e D:\Haja\protractor-robot-remote-example-master robot e2e

============================================================================== E2E

E2E.App.E2E-Spec

Load App | FAIL | Error: Keyword execution got timeout

Shutdown | PASS |

E2E.App.E2E-Spec | FAIL | 2 critical tests, 1 passed, 1 failed 2 tests total, 1 passed, 1 failed

E2E | FAIL | 2 critical tests, 1 passed, 1 failed 2 tests total, 1 passed, 1 failed

starjumper30 commented 6 years ago

You pasted the output of the re2e command, but I think we need to look at the output of the robotremote command. Were you running "npm run robotremote" in another terminal before you ran "npm run re2e" and did that terminal show any errors?