Search code examples
android-studiotddjunit5

How to get Android Studio Arctic Fox, "run all tests" to work?


Before Arctic Fox I could run all the unit tests in my project by doing the following: Select a project. Open the context menu on a project, select menu item "run all test."

After Arctic Fox, this same action says something like "no test events."

How to get the "run all tests" feature working with Arctic Fox?

At the start of this TDD.Academy video we discuss this upgrade quirk along with the other Arctic Fox quirk about running JUnit and Roboelectric: https://www.youtube.com/watch?v=MxAjEqJ_LhM

enter image description here


Solution

  • Patch two has fixed the problem. With this patch you'll be able to again use "run tests" in the menubar. enter image description here

    enter image description here