Is there a way to speed up AngularJS protractor tests?

后端 未结 7 514
孤城傲影
孤城傲影 2021-01-31 05:10

I have created tests for my application. Everything works but it runs slow and even though only 1/3 of the application is tested it still takes around ten minutes for protrator

7条回答
  •  情话喂你
    2021-01-31 05:48

    I'm using grunt-protractor-runner v0.2.4 which uses protractor ">=0.14.0-0 <1.0.0". This version is 2 or 3 times faster than the latest one (grunt-protractor-runner@1.1.4 depending on protractor@^1.0.0)

    So I suggest you to give a try and test a previous version of protractor

    Hope this helps

提交回复
热议问题