capacitor-community / capacitor-community/.github
Unit Test are not run by gradlew test
- Dominant language
- No language data
- Stars
- 16
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
**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.

Contributor guide
Assessment
This issue has not been assessed yet.