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

后端 未结 8 459
我寻月下人不归
我寻月下人不归 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:40

    Just execute webdriver-manager with npx command in your project folder;

    npx webdriver-manager update
    

提交回复
热议问题