Open
Bug 1903612
Opened 1 year ago
Updated 1 year ago
geckodriver fails to match "platformName" for tests running on Android: "Unable to find a matching set of capabilities"
Categories
(Testing :: geckodriver, defect, P3)
Testing
geckodriver
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
Because geckodriver tries to match the platformName
capability against the value of target_os
it's failing when the tests are not run on the host system but eg. on another device like Android.
Instead of using target_os
we may have to check for moz:firefoxOptions["androidPackage"]
and if it is present assume that the platform will be android
.
Reporter | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•