You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the feature is.
There is claim of supporting Playwright but not Playwright tests on a mobile device. Currently the only support is Windows OS/Mac OS but I imagine as playwright supports mobile viewports in which it runs web apps in virtual browsers. It should not be too difficult to provide capabilities to run these mobile viewports tests in the browsers of real devices. As the tests are testing a web app and not an application, the use of Appium and XCUI libraries should not be needed.
If this is currently possible , please add it the repo and docs as a example.
Motivation
Allow users to test web-app behavior on real devices using existing playwright code.
🚀 Feature Proposal
A clear and concise description of what the feature is.
There is claim of supporting Playwright but not Playwright tests on a mobile device. Currently the only support is Windows OS/Mac OS but I imagine as playwright supports mobile viewports in which it runs web apps in virtual browsers. It should not be too difficult to provide capabilities to run these mobile viewports tests in the browsers of real devices. As the tests are testing a web app and not an application, the use of Appium and XCUI libraries should not be needed.
If this is currently possible , please add it the repo and docs as a example.
Motivation
Allow users to test web-app behavior on real devices using existing playwright code.
Example
config code:
test code:
test execution:
The text was updated successfully, but these errors were encountered: