question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'gradlew test' target is broken on master

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
artkoshelevcommented, Oct 27, 2016

@SrinivasanTarget i want to contribute to the project, but can’t even see green tests before starting.

1reaction
artkoshelevcommented, Oct 25, 2016

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found