Closed
Bug 1903706
Opened 8 months ago
Closed 8 months ago
[wdspec] Pass target platform to pytest to accurately detect and utilize the operating system (required for Android testing)
Categories
(Remote Protocol :: Marionette, task, P2)
Remote Protocol
Marionette
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m11], [wptsync upstream])
Attachments
(1 file)
Currently, there is an issue when running wdspec tests on a platform that requires its own device. The problem arises because the platform helper always assumes the host system, which doesn't work for Android.
To resolve this, we should enable wdspec tests to access the actual target platform. This will allow the tests to correctly handle specific scenarios involving capabilities and file handling, such as setting the correct paths.
With this addition, we can address the failure in bug 1762131 and also work towards resolving bug 1762066. This will enable us to implement a special handling for file uploads and navigation on Android.
Assignee | ||
Comment 1•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m11]
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aeb11be1e773
[wdspec] Pass target platform to pytest to accurately detect and utilize the operating system. r=webdriver-reviewers,jgraham,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46898 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m11] → [webdriver:m11], [wptsync upstream]
Comment 4•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Upstream PR was closed without merging
Upstream PR was closed without merging
Upstream PR merged by lutien
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5f29e1baff25
[wpt PR 46898] - [Gecko Bug 1903706] [wdspec] Pass target platform to pytest to accurately detect and utilize the operating system., a=testonly
Comment 9•8 months ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•