testing - protractor: when does restartBrowserBetweenTests: true run? -


i have setting: restartbrowserbetweentests: true in config file seems restart runs after beforeeach instead of running before beforeeach.

this causing tests fail because need execute code in beforeeach before each spec.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -