Sher Sanginov
Sher Sanginov
Hi @thaidn Mind taking a look at this? I noticed you implemented the AndroidKeySetHandler.
adding `debugImplementation("androidx.compose.ui:ui-test-manifest:$composeVersion")` fixed this issue for me. I wonder why you don't have this dependency on `shot-consumer-compose` sample?
@ahmedre what is the update on this PR? Can someone else take over? If yes, can you please describe the voice command feature in more detail. thanks
thanks. worked for me. at first i used a different SHA but then figured my mistake. just make sure to use this SHA that ends with ...014: echo '{"LatestSha256":"sha256:008ba7f4223f1e26c11df9575283491b620074fa96da6961e0dcde47fb757014"}' >...
@ddudek I think these are the steps: 1. Store initial screenshot somewhere (e.g S3 bucket) 2. Run screenshot tests in Firebase test lab and copy all the output into CircleCI....
Hi @tdrhq quick question. Can screenshotbot run tests on Firebase test lab devices that have API version > 23?
@tdrhq my tests were failing when i was running them on api level 23+ but i tested again a few days ago and it works now. I had another question....
@tdrhq i was able to resolve this issue by specifying extra info about Pixel device in CI: Before, i just specified model as Pixel2 and os version 27 in CI....
yes virtual. i think pixel2 physical device is deprecated.
looking at the library code, it seems like first it's trying to get **id** from input (since django models generate ID as primary key). Since my model doesn't have ID...