vitalets / autotester

Chrome extension that allows to develop and run automation tests right in browser
MIT License
169 stars 25 forks source link

integrate as panel in devtools #4

Open Guria opened 7 years ago

Guria commented 7 years ago

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.

vitalets commented 7 years ago

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?