You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started with all of my tests under test/java/com/corp/package some of these are org.springframework.boot.test.context.SpringBootTest
After adding this plugin, and moving a single test into integrationTest/java/com/corp/package, I can no longer launch the tests from within Android Studio.
They still work from the command line, but Android Studio can't build the tests and run them.
The text was updated successfully, but these errors were encountered:
Hi @drjasonharrison,
I've never worked with Android Studio as I'm not really an Android developer. Could you provide me a sample project that reproduces the error?
Working on it, we have a large multi-module project that I've added an integrationTest testSet to. It's proving difficult to reproduce this in a "hello world" project. It could be an AndroidStudio, gradle, springframework, etc issue.
I started with all of my tests under test/java/com/corp/package some of these are org.springframework.boot.test.context.SpringBootTest
After adding this plugin, and moving a single test into integrationTest/java/com/corp/package, I can no longer launch the tests from within Android Studio.
They still work from the command line, but Android Studio can't build the tests and run them.
The text was updated successfully, but these errors were encountered: