Protractor in STS IDE -> Could not find update-config.json

后端 未结 8 463
我寻月下人不归
我寻月下人不归 2020-12-09 08:06

Currently I have Protractor v.5.1.1, Node.js v.6.10.0

All protractor tests work in window console but when I try to run them from STS IDE I get below error. Of cours

8条回答
  •  感情败类
    2020-12-09 08:48

    You can try to update it like this, it will definitely update it in node_modules/protractor :

    $ ./node_modules/protractor/bin/webdriver-manager update
    

提交回复
热议问题