Maestro: Android modern UI Testing

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 4

  • @alekseyblekot119
    @alekseyblekot119 10 หลายเดือนก่อน +2

    Great insights from AndroidCon ))
    Thanks for sharing experience with this library!

  • @finaldreamerx
    @finaldreamerx 5 หลายเดือนก่อน +1

    Very interesting, we are looking to implement maestro in our stack as well and are creating different POC's. Now we are looking for ways to read out different API responses like you can with a interception in cypress. This to check if certain scenario's are triggered when a certain status for example is avalable in the API response. Do you know a good way to do this? We are now looking at Wiremock but are there any other solution?

    • @AndroidDeveloperTips
      @AndroidDeveloperTips  หลายเดือนก่อน

      It's great you're exploring Maestro for UI testing! While Maestro doesn't have built-in interception capabilities like Cypress, you can definitely achieve similar API response validation using external tools. Wiremock is a solid choice, and you also can consider MockWebServer (OkHttp) and Retrofit Mock.