aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/quick
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Correct completing test run configurationChristian Stenger2020-07-101-3/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* Move Id from Core to UtilsEike Ziller2020-06-181-2/+0
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+3
* AutoTest: performance-for-range-copyAlessandro Portale2020-06-121-1/+1
* AutoTest: Use QMap::keys() return type directlyhjk2020-04-291-1/+1
* AutoTest: Simplify QuickTestTreeItem::markForRemovalRecursively()hjk2020-04-221-7/+2
* AutoTest: Do not inherit from another frameworkChristian Stenger2020-04-172-3/+15
* Merge "Merge remote-tracking branch 'origin/4.12'"The Qt Project2020-04-171-0/+2
|\
| * Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-171-0/+2
| |\
| | * AutoTest: Avoid possible nullptr accessChristian Stenger2020-04-151-0/+2
* | | AutoTest: Fix Qt Quick Test executionChristian Stenger2020-04-171-3/+3
|/ /
* | Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-277-24/+22
* | AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-167-23/+27
* | AutoTest: Tie framework settings explicitly to ITestFramework instancehjk2020-03-131-3/+3
|/
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-032-0/+9
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-1/+1
* AutoTest: De-noise code a bitChristian Stenger2019-09-021-24/+26
* AutoTest: Fix warning about type mismatchChristian Stenger2019-08-232-2/+2
* AutoTest: Fix handling of unnamed QuickTestsChristian Stenger2019-08-223-6/+26
* AutoTest: fine tune quick test case specsDavid Schulz2019-07-303-52/+50
* AutoTest: Fix parsing of multiple test cases in single qml fileChristian Stenger2019-07-305-40/+71
* Utils: Rename FileName to FilePathhjk2019-05-283-4/+4
* AutoTest: Adapt Type enumChristian Stenger2019-05-232-11/+11
* AutoTest: Add suite layer for testsChristian Stenger2019-05-161-1/+1
* AutoTest: Filter out interfering environment variablesChristian Stenger2018-09-042-1/+6
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-152-5/+6
|\
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-072-5/+6
* | AutoTest: Code cosmeticsChristian Stenger2018-07-203-7/+2
|/
* AutoTest: Handle direct usage of quick_test_mainChristian Stenger2018-07-123-3/+75
* AutoTest: Fix handling of cpp files for Quick testsChristian Stenger2018-07-114-4/+43
* AutoTest: Fix detection of Quick tests nameChristian Stenger2018-06-212-8/+32
* AutoTest: Extend expected quick test macrosChristian Stenger2018-06-191-1/+2
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-152-0/+31
* AutoTest: Prevent possible nullptr accessDavid Schulz2018-05-151-9/+5
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-202-54/+32
* AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-162-0/+23
* AutoTest: Simplify determination of RunConfigurationChristian Stenger2018-04-131-1/+1
* AutoTest: Provide possibility to copy tree itemsChristian Stenger2018-04-112-0/+8
* Merge "Merge remote-tracking branch 'origin/4.6'"Eike Ziller2018-02-012-45/+73
|\
| * AutoTest: Ensure removal of empty items if possibleChristian Stenger2018-01-262-0/+7
| * AutoTest: Fix running test cases with groupingChristian Stenger2018-01-251-45/+66
* | AutoTest: Access plugin singleton through static functionsChristian Stenger2018-02-011-1/+1
|/
* AutoTest: Fix wrong behavior when rescan is triggeredChristian Stenger2018-01-162-4/+5
* AutoTest: Allow grouping of test casesChristian Stenger2018-01-152-1/+39
* AutoTest: Limit search for test tree items to respective rootChristian Stenger2017-11-283-5/+16
* AutoTest: Fix running Quick Tests with special functionsChristian Stenger2017-11-201-2/+6
* AutoTest: Enable debugging for Quick TestsChristian Stenger2017-10-094-2/+27
* AutoTest: Fix triggering debug from results paneChristian Stenger2017-10-061-2/+2