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
Obtain default values for certain VM configs from Virtualbox (#152)
* feat(virtualbox): add support for retrieving and applying VM defaults
- Introduced a new `stepGetVMDefaults` step to retrieve default VM settings using `VBoxManage`.
- Updated `stepCreateVM` to use the retrieved defaults for the graphics controller if not explicitly configured.
- Added a new `VBoxManageWithOutput` method to the `Driver` interface for commands that return output.
- Refactored `Prepare` method to validate `GfxController` only when explicitly set.
This change improves flexibility by allowing default VirtualBox settings to be dynamically applied.
* improved acc test
* update docs
0 commit comments