joecks
joecks
From our project: https://github.com/xaynetwork/xayn_discovery_app/runs/7152843111?check_suite_focus=true#step:8:532 it basically only prints that we had an error: ```bash The following command has failed: $ /Users/runner/hostedtoolcache/flutter/bin/flutter build ios --release --build-number\=1419 --build-name\=3.41.0-31-gbb01e5a5 --dart-define\=GIT_TAG\=3.41.0-31-gbb01e5a5 --dart-define\=USER_APP_ID\=com.xayn.discovery.internal --dart-define\=USER_APP_NAME\=Xayn\ News\[i\]...
I ran the changes and figured out that it is still not possible to run roboloectric tests with junit5, thus using the robolectric test runner. Any suggestions how to solve...
@alixwar Both. The issue is that there is actually no junit5 test here that is ran with the RobolectricTestRunner. So if I am running any Android related action like accessing...
Well it is not an issue per se with your branch, but right now it is not very useful, because it misses the usage of Android classes with junit5 tests...
Btw I get this kind of error that is not very surprising: ``` Failures (1): JUnit Jupiter:FooJunit5Tests:junit5codeCoverage() MethodSource [className = 'de.mannodermaus.gradle.plugins.android_junit5.sample_robolectric.FooJunit5Tests', methodName = 'junit5codeCoverage', methodParameterTypes = ''] => java.lang.RuntimeException: Method...
Well maybe I have misunderstood the purpose indeed. I was just confused to see that `@RunWith(RobolectricTestRunner.class)` would not work with junit5, which I thought an `robolectric-example` module should cover. But...
But the robolectric test are run with junit4 and not 5, or?
@mannodermaus do you have any inside on how to implement a junit5 robolectric test runner?
Hmm this is a strangest thing here. @leisim could you please either close this or give some kind of comment about the future :) Thanks
I think I would like to open-source the app. I will start that process during christmas ... lets see how many like contributing to it :)