forked from qt-creator/qt-creator
AutoTest: Support run failed
If the last run had failures and the test frameworks support matching a test result to a test tree item give the user an easy way to re-run all failed tests. Change-Id: I4f3150ca8a6514c09cf7ca819f84e38c6419a310 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Constants {
|
||||
const char ACTION_SCAN_ID[] = "AutoTest.ScanAction";
|
||||
const char ACTION_RUN_ALL_ID[] = "AutoTest.RunAll";
|
||||
const char ACTION_RUN_SELECTED_ID[] = "AutoTest.RunSelected";
|
||||
const char ACTION_RUN_FAILED_ID[] = "AutoTest.RunFailed";
|
||||
const char ACTION_RUN_FILE_ID[] = "AutoTest.RunFile";
|
||||
const char ACTION_RUN_UCURSOR[] = "AutoTest.RunUnderCursor";
|
||||
const char ACTION_RUN_DBG_UCURSOR[] = "AutoTest.RunDebugUnderCursor";
|
||||
|
||||
Reference in New Issue
Block a user