utmapp/UTM

Develop a comprehensive test suite

开放

#2,565 创建于 2021年5月23日

 (5 条评论) (0 个反应) (0 位负责人)Swift (1,707 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (34,064 个星标)
PR 合并指标
 (平均合并 2分钟) (30 天内合并 1 个 PR)

描述

As the complexity of the project grows, we find that often adding a change to QEMU configurations breaks something else unintended. This pretty much happens every single change and is becoming unmanageable. We need an actual test plan:

  1. A set of .utm files of various operating systems, architectures, and configurations.
  2. A checklist of things to test for each one (mouse, sound, network, etc)
  3. A matrix of configurations to check (Intel/M1 Mac, iPad, iOS of different versions, etc)

Then we can have a release sign-off that involves making sure everything is tested.

贡献者指南