Maurice McCabe
Maurice McCabe
@noumaans Can you send me the output your are getting when running _screenshots_. Should be something like: https://travis-ci.com/mmcc007/screenshots/builds/104898262#L1054 (though, due to hardware acceleration, your emulator should be running much faster)...
@ykorzikowski Could you take a look at #29 ... it may be related to this issue. It's possible I may have misunderstood and that this issue may be unrelated to...
Added a fix for localization. Try it out with: ``` git clone https://github.com/mmcc007/screenshots.git cd screenshots git checkout #19_#20_localization pub global activate --source path . cd example screenshots ``` Give it...
I suspect this may have something to do with https://github.com/flutter/flutter/issues/27785#issuecomment-511091956 which was implemented in this commit https://github.com/mmcc007/screenshots/pull/80/commits/0c3df71931083b6c81c9f7c9f3eee6515ec4351f To get to a basis for comparison, try running the example app which...
Glad you got it working. I suspect this might be a common problem for new internationalized apps. Should probably mention it in README.
@avioli a good place to start may be [validate.dart](https://github.com/mmcc007/screenshots/blob/master/lib/src/validate.dart) and [config.dart](https://github.com/mmcc007/screenshots/blob/master/lib/src/config.dart)
You might be using an older emulator? Thanks for the tip!
Hey there, Can you provide an example?
Sylph can be used to run integration tests on hundreds of devices including older devices: https://github.com/mmcc007/sylph Works with codemagic. Can submit PR if interested. Here is a sample config file:...
Recently looked into this. Firebase Test Lab is designed differently from AWS Device Farm. Whereas Device Farm has a VM with a device attached that is called via aws cli,...