qtdeclarative/tests
Richard Moe Gustavsen 1bab06950a Test macOS style in tests/auto/quickcontrols2/controls
Task-number: QTBUG-95678
Pick-to: 6.2
Change-Id: I25935cef8941a92cbd20adc985e8a5fae7e427dd
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2021-08-27 17:09:49 +02:00
..
auto Test macOS style in tests/auto/quickcontrols2/controls 2021-08-27 17:09:49 +02:00
benchmarks Use qEnvironmentVariableIntValue() instead of qgetenv().toInt() 2021-08-17 16:14:53 +02:00
global Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
libfuzzer/qml Fuzzing: Remove .pro-files of libfuzzer tests 2021-08-24 23:04:18 +02:00
manual Make tableview manual tests directly openable in Creator 2021-08-26 09:04:21 +02:00
system Remove QRegExpValidator usages 2020-03-18 16:02:36 +01:00
testapplications Update elements test application to use new XmlListModel 2021-03-18 21:18:54 +01:00
CMakeLists.txt CMake: Regenerate projects 2020-03-17 14:39:47 +00: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.