Commands interface in v9 missing command name/info & args
メンテナーはふだん 1 日以内に返信
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 35/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- ios, java
- 領域
- mobile-dev, testing-qa
調査の方向性
Java クライアントの driver.events.commands インターフェースから始め、activateApp と executeScript("mobile:launchApp") を報告されたケースとして使用して、v8 と v9 の動作を比較します。commands の出力がどのように設定されるかを確認します。完了の条件は、driver.events.commands が有用なコマンド識別子とフィルタリング用の情報を公開し、これらのケースがカバーされていることです。
索引モデルが issue の本文から書いたものです。
説明
Description
In previous versions of Appium, I've been able to collect timings of executed commands. After update to v9, the commands interface no longer contains the name of the executed command (nor any other information to use in filtering).
Environment
- Java client build version or git revision if you use some snapshot: 9.3.0
- Appium server version or git revision if you use some snapshot: 2.11.2
- Desktop OS/version used to run Appium if necessary: macOS
- Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe: v22.4.1
- Mobile platform/version under test: iOS
- Real device or emulator/simulator: simulator
Details
Please provide more details, if necessary.
The code that worked previously:
driver.activateApp(app.name)
// or following, the result is the same:
// driver.executeScript("mobile:launchApp", ImmutableMap.of("bundleId", app.name));
driver.events.commands.filter { it.name == "activateApp" }
Currently, the commands interface doesn't have any useful identifier for commands triggered by drivers:
"commands": [
{
"cmd": "getLogEvents",
"startTime": 1723451304905,
"endTime": 1723451304905
},
{
"cmd": "execute",
"startTime": 1723451304936,
"endTime": 1723451312314
}
],
- 主要言語
- Java
- スター
- 1.3k
- フォーク
- 755
- 平均マージ
- 5日 14時間
- マージ済み PR(30日)
- 8
環境構築
- Dockerfile・Docker Compose ファイルなし
- プルリクエストのテンプレートあり
- コントリビューションガイドなし
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
appium/java-client のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
appium/java-client#2426 ·
メンテナーはふだん 1 日以内に返信
-
bug
難易度 4/5 3〜5日 初心者へのやさしさ 50/100
appium/java-client#2372 ·
メンテナーはふだん 1 日以内に返信
-
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
appium/java-client#2368 ·
メンテナーはふだん 1 日以内に返信
-
難易度 2/5 1〜3時間 初心者へのやさしさ 30/100
appium/java-client#2341 · コメント 1 件 ·
メンテナーはふだん 1 日以内に返信
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
appium/java-client#2323 ·
メンテナーはふだん 1 日以内に返信
appium/java-client の issue をすべて見る
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
oracle/javavscode#652 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
OpenAPITools/openapi-generator#25014 ·
メンテナーはふだん 1 日以内に返信
-
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
AloisSeckar/demos-java#380 ·