qtdeclarative/tests/manual/e2e
Dmitrii Akshintsev cb43a85ba7 qmlformat: "Move" testExample e2e tests to /manual
testExample, normalizeExample and actually most of the tests in
tst_qmlformat are e2e tests and in general QmlFormat lacks
unit test coverage, compensating it with e2e.

The biggest problem atm that some of those tests (namely testExample)
take too much time to execute because it runs QmlFormat over almost
all files in examples and tests directories.
Unfortunately atm our QA&QE infra can't provide tools for an easy
automated setup of potentially time-consuming tests.

As a workaround this commit:
1. "Moves" testExample and normalizeExample to the /manual tests
2. Preserves a very small fraction of testData for automated testing
"just in case"

Steps to repro:
1. configure with the flag `-make manual-tests`
2. `ninja e2e_qmlformat`
3. run ;)

Fixes: QTBUG-122990
Change-Id: Id41baee15e8826f4def5787f62790ed46f00e5dc
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2024-04-23 20:33:38 +02:00
..
qml qmlformat: "Move" testExample e2e tests to /manual 2024-04-23 20:33:38 +02:00
CMakeLists.txt qmlformat: "Move" testExample e2e tests to /manual 2024-04-23 20:33:38 +02:00