How to have protractor reliable results?

前端 未结 4 559
误落风尘
误落风尘 2020-12-10 12:22

I\'m using Protractor (v 1.3.1) to run E2E tests for my Angular 1.2.26 application.

But sometimes, tests are ok, sometimes not. It seems that sometimes the check is

4条回答
  •  时光取名叫无心
    2020-12-10 13:00

    Another point which is very important in testing with Protractor is understanding the ControlFlow. You may find explaination and code example here : When should we use .then with Protractor Promise?

    Jean-marc

提交回复
热议问题