Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to list wich element is waiting for #55

Open
nantes44-github opened this issue Nov 5, 2020 · 1 comment
Open

Add an option to list wich element is waiting for #55

nantes44-github opened this issue Nov 5, 2020 · 1 comment

Comments

@nantes44-github
Copy link

Hi,

It would be very intersting to have the ability to log or to get the detail of the reason why we are waiting during the execution of "Wait For Testability Ready".

Thanks.

@rasjani
Copy link
Contributor

rasjani commented Nov 6, 2020

Depending on what you need, that should be at least partially possible. Set Testability Config has undocumented : verbose boolean .. If set to True, when asyncronous events that cause waiting, there will be a log entry in the browsers logs with [START] and [END] prefixes ..

For fine grained control, changes should happen in the upstream here: https://github.com/alfonso-presa/testability-browser-bindings/blob/master/lib/index.js

Currently im not 100% if that logging is available but providing that would be to just make a new build and release .. Want to try it out if it works ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants