Configuring Operating Systems in TestDriver GitHub Action
os
parameter, you can specify the operating system for your test environment. This flexibility ensures that your application behaves consistently across platforms.
OS | Version | Instance Type | Architecture | Notes |
---|---|---|---|---|
windows | Windows Server 2022 Base | t2.large | 64-bit (x86) | Available to all users. |
mac | macOS Sonoma | mac1.metal | x86_64_mac | Available to Enterprise users. |
linux | Ubuntu 20.04 LTS | t2.large | 64-bit (x86) | Default for most workflows. |
os
parameter in the GitHub Action configuration. For example: