aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.