angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Enable Logging To Find Unmigrated Code (async\await) #4400

Open Xotabu4 opened 7 years ago

Xotabu4 commented 7 years ago

Feature Request

Looking for a way to migrate existing code to async/await, and found that protractor does not supports logging in case scheduling unchained code with disabled control flow: https://github.com/SeleniumHQ/selenium/wiki/WebDriverJs#use-logging-to-find-unmigrated-code

Is there a chance to make this work easily? Maybe some kind of property?

wswebcreation commented 7 years ago

Hi @Xotabu4 ,

Tnx for the request. For the coming period the preparation of the deprecation of Control Flow in WebdriverJS is on the roadmap. This is also a part of it. I only do wonder if this part should be available in the core or in a plugin.

@vikerman , what do you think about this?