Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単一のデバイスで動作するテスト スクリプトの準備ができました。今、複数のデバイスでテストケースを実行する必要があります。
テストするデバイスを adb サーバーに接続し、テスト スクリプトで各デバイスをターゲットにすることができます。
adb -s <devices ip>:<port>
接続されたデバイスを循環する方法については、スクリプトで汎用的にすることで賢くすることができます。