'gradlew test' target is broken on master
See original GitHub issueI’ve cloned the latest version from github and run gradlew test
. 59 of 120 tests fail, here is output https://gist.github.com/artkoshelev/45d387c080580c7d13b336745c492450
Issue Analytics
- State:
- Created 7 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Multi-project test dependencies with gradle - Stack Overflow
To fix this problem you have to add a dependency on test source files next to dependency on compiled classes. // First dependency...
Read more >Build Lifecycle - Gradle User Manual
gradle test testBoth This is executed during the initialization phase. ... broken * Try: > Run with --stacktrace option to get the stack...
Read more >How to build Gradle projects with GitHub Actions - Tom Gregory
The GitHub documentation says Ensure no Gradle daemons are running anymore when your workflow completes. Creating the cache package might fail ...
Read more >JUnit tests missing test resources in classpath - Issue Tracker
Running "gradle test" via commandline produces the same result, ... This doesn't fix it in Android Studio though, so I can't find any ......
Read more >Android Developer Tools - The Android Gradle Plugin
To test your own Gradle projects, using your modified Android Gradle plugin, modify the build.gradle file to point to your local repository (where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@SrinivasanTarget i want to contribute to the project, but can’t even see green tests before starting.
I’ve figured out i need an android device connected as well, and now i need to install some app’s inside. Is there any description of all the ENV i need to setup manually before running tests?