Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Bumblebeeで追加されたテストツールたち / testing_tools_added_in_bumblebee

uhooi
June 04, 2021

Bumblebeeで追加されたテストツールたち / testing_tools_added_in_bumblebee

Mobile Act ONLINE #4 〜 Google I/O 2021 を振り返る 〜
https://mobileact.connpass.com/event/213452/

## 参考リンク

- What’s new in Android testing tools | Session
https://www.youtube.com/watch?v=juEkViDyzF8

- BumblebeeによるAndroid testing
https://developer.android.com/studio/preview/features?utm_source=android-studio-2021-1-1&utm_medium=studio-assistant-preview#bumblebee-testing

- Bumblebeeで追加されたテストツールを試したPR
https://github.com/uhooi/UhooiPicBook-Android/pull/146

uhooi

June 04, 2021
Tweet

More Decks by uhooi

Other Decks in Programming

Transcript

  1. 2021.06.04 (Fri) Mobile ACT ONLINE #4 〜 Google I/O 2021

    を振り返る 〜 @the_uhooi Bumblebee で追加された テストツールたち
  2. android { testOptions { devices { pixel3aApi29(com.android.build.api.dsl.ManagedVirtualDevice) { device =

    "Pixel 3a" apiLevel = 29 systemImageSource = "google" abi = "x86" } pixel3aApi30(com.android.build.api.dsl.ManagedVirtualDevice) { device = "Pixel 3a" apiLevel = 30 systemImageSource = "google" abi = "x86" } } deviceGroups { { targetDevices.addAll(devices.pixel3aApi29, devices.pixel3aApi30) } } } pixel3a