summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/devtools/tst_devtools.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Stop using Widgets in WebEngineCore testsAllan Sandfeld Jensen2021-06-161-87/+0
| | | | | | | | | | | With QWebEnginePage in Core we can now make the core tests core-only. Add the same times moves tests from widgets that only uses core classes. Change-Id: I67a25b534912d9a0891e16b0419f0db9bf434e92 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> (cherry picked from commit b8c48ee53009365a39d9dde1f6773048ec5ee4a0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Speculatively prepare for even slower CIAllan Sandfeld Jensen2019-10-231-2/+2
| | | | | | | | | Bumb up timeouts to even more higher levels to accommodate even slower CI instances. Task-number: QTBUG-79290 Change-Id: I33a4660165f72837273c3089092687a8962c83ba Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Enable and rename qwebengineinspector testAllan Sandfeld Jensen2018-07-291-0/+87
Also makes it a bit a more testing. Change-Id: I5cb5fe5936cf94e8589e86637771082127d7a341 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>