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
Describe the bug
when we run ./gradlew test just the test inside node_modules\@capacitor\android\capacitor\src\main\java\com\getcapacitor are being run, the plugin tests are ignored.
I suppose it is because the contents of the settings.gradle file:
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
When we change the view to "project" in android studio, it has node_modules\@capacitor\android\capacitor\src\main\java\com\getcapacitor as root.
The text was updated successfully, but these errors were encountered:
Describe the bug
when we run
./gradlew test
just the test insidenode_modules\@capacitor\android\capacitor\src\main\java\com\getcapacitor
are being run, the plugin tests are ignored.I suppose it is because the contents of the
settings.gradle
file:When we change the view to "project" in android studio, it has
node_modules\@capacitor\android\capacitor\src\main\java\com\getcapacitor
as root.The text was updated successfully, but these errors were encountered: