Get help with testing, discuss unit testing strategies etc.


Post by rchloupe »

Could you add a hot key to toggle Observer Mode on/off. It can be difficult to get to the menu after tests are running.

Thanks

Post by nickolay »


Post by nickolay »

Hot key been added. However, when tests are running, they constantly steal the focus from the main page, so its almost impossible to change the observer mode. When tests are not running it works fine.

What was your use case? You are launching tests in observer mode and in the middle of the run you want to deactivate it? Or vise versa?

Post by rchloupe »

I want to turn on observer mode after starting the tests.

Post by nickolay »

Yes, hotkey won't help here - focus will be most probably inside of the test frame. May be we add a hotkey in different way - lets say "shift + any_action_that_launch_tests" will launch tests in "observer" mode?

Post by rchloupe »

I'm not sure I would use that much. I usually want to turn on observer mode after starting tests because I forgot to do it to begin with.
Thanks for looking into it.

Post Reply