HyperExecute now offers several updates to make test automation faster, cleaner, and more flexible.
Direct Capability Overrides for Selenium in YAML
The new ltOptions flag in your hyperexecute.yaml file lets you configure Selenium capabilities such as browser type, version, video recording, tunnel, and logs directly in your configuration.
- Adapt to new environments without modifying code
- Reuse tests across multiple setups
- Keep scripts focused on logic rather than infrastructure
Playwright Testing on Real iOS Devices
Run Playwright tests on real iOS devices via HyperExecute, combining the accuracy of native devices with cloud speed and parallel execution.
runson: ios framework: name: appium args: playwrightRD: true mobileDC: true
Dynamic Report Discovery with Regex Support
HyperExecute supports wildcard patterns in the partialReports parameter, automatically locating reports in nested or dynamically generated directories.
- Avoid “path not found” errors for date-based or unique run folders
- Upload reports automatically without manual path edits
Detox Testing for React Native Apps
HyperExecute now supports Detox for React Native apps on real Android devices and iOS simulators.
- Trigger Detox runs directly from the CLI
- Run tests on multiple devices in parallel
- Access logs, video recordings, and analytics instantly
Learn more in the Detox testing with HyperExecute guide: