README 787 B

12345678910111213141516171819
  1. This directory contains autotests and benchmarks based on QTestlib. In order
  2. to run the autotests reliably, you need to configure a desktop to match the
  3. test environment that these tests are written for.
  4. Linux X11:
  5. * The user must be logged in to an active desktop; you can't run the
  6. autotests without a valid DISPLAY that allows X11 connections.
  7. * The tests are run against a KDE3 or KDE4 desktop.
  8. * Window manager uses "click to focus", and not "focus follows mouse". Many
  9. tests move the mouse cursor around and expect this to not affect focus
  10. and activation.
  11. * Disable "click to activate", i.e., when a window is opened, the window
  12. manager should automatically activate it (give it input focus) and not
  13. wait for the user to click the window.