Version 2.9.5
Playwright Real Device iOS Support on HyperExecute
You can now run Playwright tests on real iOS devices using HyperExecute. This unlocks the power of native device testing with the speed and flexibility of Playwright on our real device cloud.
To enable this mode:
- Set
runson: iosin your YAML. - Use the following under
frameworkflag:
hyperexecute.yaml
runson: ios
framework:
name: appium
args:
playwrightRD: true
mobileDC: true
Note: Currently supported on Safari for iOS real devices.
