Protractor Process exited with error code 100

后端 未结 5 1023
[愿得一人]
[愿得一人] 2021-01-19 21:41

I\'m trying to setup protractor on different computer. It is using the same files with my other computer (cannot be used because hdisc corrupted).

It run fine on my

5条回答
  •  孤街浪徒
    2021-01-19 22:03

    In my case I had to run update + start

    node node_modules/protractor/bin/webdriver-manager update --standalone --versions.standalone=3.8.0
    
    node node_modules/protractor/bin/webdriver-manager start --standalone --versions.standalone=3.8.0
    

    thank you

提交回复
热议问题