stefanosn

Results 11 comments of stefanosn

Have the same issue, does not seem to work the preload. Although the cache is increasing when i try to check the cache size using VideoPlayer.calculateCachedSize(), but i do not...

Hello thanks for answering. I did not explain the whole idea sorry. The goal is to run in multiple devices in parallel using the script, not just one device the...

Hello @jBorkowska I tried Marathon locally for iOS but they told me on their slack that they do not support local devices. If you know how to do it in...

@zoskar @jBorkowska @daohoangson @rhalff But I do not understand why patrol fails on that command can anyone answer me? Why I get this error that was the reason I opened...

@jBorkowska Thanks for the advice Julia. I appreciate your help. I will try it, but I do not want to run `patrol test` to get the runDartTest[example_test__counter__state__is__the__same__after__going__to__Home__and__switching__apps] So my question...

@jBorkowska But I do not want to construct it. I want to find it in the apk after patrol build android command finishes and parse the name...in the apk should...

@jBorkowska Yes this is what i am saying ``` patrol build android ``` gives the names right? After giving the names, where in the apk can i find one test...

Found out that I had to use the following parameters testParserConfiguration: type: "remote" instrumentationArgs: listener: "com.malinskiy.adam.junit4.android.listener.TestAnnotationProducer" ...am I right? ``` name: "myapp" outputDir: "build/reports/marathon/android" deviceInitializationTimeoutMillis: 60000 debug: true vendorConfiguration: type:...

Thanks for answering @Malinskiy . Regarding you statement _Hey. Marathon doesn't support cross-device tests. Each test is considered to be isolated to a specific device only._ So one test file...

@Malinskiy Because we have flutter and every device has different Android system and different specs and different brand (Samsung , Xiaomi, Pixel etc). Every real device acts different that is...