qtdeclarative/tests
Sami Shalayel 63f43d3190 qmllint: load .contextPropertyDump.ini from build folder
Make QQmlJSLinter read heuristic context properties
(.contextPropertyDump.ini) files from the build
directory, by searching them with QQmlToolingSettings::Searcher.

Add a test that writes a .qrc file such that qmllint can find the
"build" folder that contains the .contextPropertyDump.ini, and make sure
that QQmlJSLinter warns about at least one context property.

Task-number: QTBUG-128232
Change-Id: I52569acc38d2fcda5015fe38ef84967353dbc21d
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2025-08-21 12:57:17 +02:00
..
auto qmllint: load .contextPropertyDump.ini from build folder 2025-08-21 12:57:17 +02:00
baseline SearchField: Fix baseline test failures 2025-08-18 06:57:39 +00:00
benchmarks Benchmark filters and sorters in QML SFPM 2025-07-21 11:22:28 +02:00
global
libfuzzer/qml
manual tests: Support looping in vector image manual test 2025-08-20 08:28:53 +02:00
system
testapplications
CMakeLists.txt
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.