Rob Murphy
Rob Murphy
Below is a dump of the verbose logs. I personally can't see much in them, but let me know if you can. ``` "C:\Program Files\JetBrains\JetBrains Rider 2021.3.2\plugins\dpa\DotFiles\JetBrains.DPA.Runner.exe" --handle=8920 --backend-pid=10192 --detach-event-name=dpa.detach.8920...
So I also ran into this and have worked out the problem/a workaround. The thing is that github actions sets $HOME for you (even if you set it differently in...
Just to say that I'm experiencing this issue in CI even with the latest flutter master. (GitHub actions, ubuntu-lates, Android emulator) Currently doing some testing to see how often it...
Yep of course, not saying it's your fault at all. I will do if I can get enough consistent log reports - it's not very consistent!
For now I think my two options are to either just use integration test for CI until they fix this, or to create a stripped down version of this tool...
Hey, they've asked for a minimal repro that doesn't use your tester. Could you please point me towards how you got restart a running app? (Otherwise I can look it...
Thanks, I'll take a look when I can. I've also tried recently moving to a hardware accelerated enabled (gpu passthrough + kvm enabled) self hosted Linux container and this seems...
Done some more research and the current culprit seems to be that the GoldenComparator is unsupported for Web. I noticed this from the documentation of goldens_web in flutter and seems...
As you'll see in my initial investigation above, it looks like the only supported way to run integration tests on flutter web at the moment is through flutter drive and...
So I think the problem is that only flutter drive is supported, which acts a bit like flutter test in that is just runs through the tests once with no...