qtdeclarative/tests
Sami Shalayel 5dda854129 qmldom example: move to manual tests
You cannot use the qmldom example without private API, so it is not
really suitable as a public example. Move it to manual tests.

Change-Id: I365b32c1ba1bf4414e439f16ab7df7ae5643d20f
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-11-24 18:34:03 +01:00
..
auto qmltyperegistrar: Warn about missing types 2023-11-24 18:34:03 +01:00
baseline Shapes: extend boundingRect for SquareCap 2023-11-16 10:42:58 +01:00
benchmarks QmlDom: Add const-correctness 2023-09-15 09:01:59 +02:00
global
libfuzzer/qml
manual qmldom example: move to manual tests 2023-11-24 18:34:03 +01:00
system
testapplications Port sticky.qml manual test to Controls 2 2023-07-21 00:56:03 +02:00
CMakeLists.txt qmlls: build and run tests in CI 2023-11-01 21:30:45 +01:00
README

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.