twifty / atom-phpunit-integrator

PHPUnit for the Atom editor
MIT License
1 stars 1 forks source link

Output console grabs focus as output is being appended #12

Closed Gert-dev closed 6 years ago

Gert-dev commented 6 years ago

It seems the PHPUnit output console (with the raw output) grabs the keyboard cursor everytime it is updated. If your test suite is slowly running and dots appear every so often, typing becomes nigh impossible.

twifty commented 6 years ago

As mentioned in #11, The terminal grabs focus during a process's stdout for those instances when a process requires stdin. stdin is not required by phpunit or any other test runner I can think of. I'll see about disabling it for this package.