web-platform-tests / interop-mobile-testing

Mobile Testing Investigation in Interop 2023
2 stars 4 forks source link

Agenda 2023-10-10 #13

Closed jgraham closed 5 months ago

jgraham commented 8 months ago
past commented 8 months ago

Present: jgraham, past, WeizhongX

Topic 1: Android Emulator Progress

James: I fixed last week's review comments in wpt#41561, it is now ready for review again. Panos: Is it only testing Firefox for Android? James: Yes, but it gives you all the primitives. It would only need the glue code to install any packages for example, for Chrome. I've only checked that Firefox works, but we could fix anything that is missing. Weizhong: Two important considerations for us are using the emulator and allowing developers to install packages by themselves. James: Not sure it has the behavior you want, but it already supports installing dependencies. We can change it if needed. I'd like to land it and iterate if possible. Weizhong: This sounds fine. James: It shouldn't interfere with anything about how Chrome is integrated into Chromium CI. Firefox CI also has a different wrapper around wptrunner. Weizhong: Could we share at some point how we do things in our internal CI so we can all get a better understanding? James: This makes sense. We did it a bit in the beginning of the investigation. Weizhong: So this PR is ready for another review pass? James: Yes. No big changes since last time. Panos: After that all that remains is doing the same for Chrome and working on iOS, correct? James: There are a couple of followups: (a) scheduling a full run (e.g. daily) and then (b) ingesting runs in wpt.fyi in the other PR. Then we need to do the same for Chrome.

Topic 2: iOS

James: Probably nothing has changed, but we need Sam to confirm.