javascript - Protractor and promises -


a lot of functions exposed protractor return promises.

do need structure jasmine tests using protractor using things async tests (with done parameter), , .then, or protractor provide magic me?

webdriverjs takes care of control-flow. protractor adds modification of jasmine's expect keep thens @ bay. it's best explained here.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -