You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could run the server tests in xvfb for isolation from user desktop, better control of window geometry so we can test absolute mouse movements more reliably, and (wishlist) integration with CI like Travis.
I took a quick look at this today, but ran into a number of problems -- getactivewindow fails with unsupported, and key_press events were not arriving (possibly the window was not activated).
The text was updated successfully, but these errors were encountered:
It would be nice if we could run the server tests in xvfb for isolation from user desktop, better control of window geometry so we can test absolute mouse movements more reliably, and (wishlist) integration with CI like Travis.
I took a quick look at this today, but ran into a number of problems -- getactivewindow fails with unsupported, and key_press events were not arriving (possibly the window was not activated).
The text was updated successfully, but these errors were encountered: