autotester icon indicating copy to clipboard operation
autotester copied to clipboard

integrate as panel in devtools

Open Guria opened this issue 9 years ago • 1 comments

On latest Ya.Subbotnik there was a request to see dynamic test results while test are running. You said that you can see test results while it running in tab, but test will be slowdown by chrome, since it running in not active tab. One proposed solution was to use separate instance of chrome. Another possible solution is to integrate dynamic report as panel in chrome devtools, so it will not affect visibility of current tab.

Guria avatar Dec 22 '16 18:12 Guria

hi Aleksey!

I also thought about it. But there is a restriction in Chrome that only one debugger can be attached to the page: https://bugs.chromium.org/p/chromium/issues/detail?id=129539 So if we open devtools (that uses own debugger) Autotester's debugger will be detached.

Btw, why it is important for you to watch test results dynamically?

vitalets avatar Dec 24 '16 08:12 vitalets