Given that I have many testWidgets inside main() on a test file. I remember it was able to run testWidget individually by clicking on a run button on the left panel of the corresponding testWidget line (this screenshot is from https://github.com/flutter/flutter-intellij/issues/5852, the run button was showing beside testWidget as desired):
But currently that run button is missing on my Android Studio IDE:
I tried putting all tests into a group but the run button didn't appear as well:
So I have to run all test cases on the file by clicking on run button from main(). Is this a regression issue or is it removed intentionally?
Steps to Reproduce
Given that I have many
testWidgets
insidemain()
on a test file. I remember it was able to run testWidget individually by clicking on a run button on the left panel of the corresponding testWidget line (this screenshot is from https://github.com/flutter/flutter-intellij/issues/5852, the run button was showing beside testWidget as desired):But currently that run button is missing on my Android Studio IDE:
I tried putting all tests into a group but the run button didn't appear as well:
So I have to run all test cases on the file by clicking on run button from
main()
. Is this a regression issue or is it removed intentionally?Version info
Flutter plugin version: 80.0.1 Dart plugin version: 233.15271