The ConsoleProps view has a method to create an action to rerun failed tests:
|
public AbstractRerunFailedTestsAction createRerunFailedTestsAction(ConsoleView consoleView) { |
We should implement this if need be to tell the test runner to rerun only tests that failed.
The ConsoleProps view has a method to create an action to rerun failed tests:
flutter-intellij/src/io/flutter/run/test/TestLaunchState.java
Line 183 in 4b7eb64
We should implement this if need be to tell the test runner to rerun only tests that failed.