aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-11-13 14:54:42 +0100
committerChristian Stenger <christian.stenger@qt.io>2020-11-16 05:29:36 +0000
commitdbe280cd143c2341e022f8d588ef744255a9b012 (patch)
tree50683d423ea8fd5693289a487c20efcdb7714868 /doc
parentef01956c7ce1db10ab43e6e0fe99a20d9df3c450 (diff)
Doc: Mention re-running failed tests
Change-Id: Ief2b7ebbee89a23b77259f65207d641af3ed2623 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/images/qtcreator-run-failed-tests.pngbin0 -> 386 bytes
-rw-r--r--doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc5
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/qtcreator/images/qtcreator-run-failed-tests.png b/doc/qtcreator/images/qtcreator-run-failed-tests.png
new file mode 100644
index 0000000000..eb58129dbe
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-run-failed-tests.png
Binary files differ
diff --git a/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc b/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc
index 78c7ffb680..3a7c21cf2f 100644
--- a/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc
+++ b/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc
@@ -278,6 +278,11 @@
(\uicontrol {Run All Tests}) to run all tests.
\li \inlineimage qtcreator-run-selected-tests.png
(\uicontrol {Run Selected Tests}) to run the selected tests.
+ \li \inlineimage qtcreator-run-failed-tests.png
+ (\uicontrol {Run Failed Tests}) to re-run the tests which failed
+ in the last run.
+ Depending on the framework this may select additional tests if it
+ is impossible to distinguish or to fully address the test.
\li \inlineimage qtcreator-run-tests-in-current-file.png
(\uicontrol {Run Tests for Current File}) to run the tests
in the file currently open in the code editor.