godot-test
Installation
SKILL.md
Godot 测试框架 Skill (GUT)
本 Skill 提供 GUT (Godot Unit Testing) 框架的使用指南,用于运行和编写测试。
适用场景
- 运行单元测试
- 验证代码修改
- TDD 开发流程
- CI/CD 自动化测试
前置条件
安装 GUT 插件:
- 从 Godot 资源库或 https://github.com/bitwes/Gut 下载
- 解压到项目的
addons/gut/目录 - 在项目设置中启用插件
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd
Godot TDD(测试驱动开发)流程总控,协调 godot-design、godot-dev、godot-test、godot-verify 完成开发闭环。
2godot-tdd-full
Complete TDD workflow for Godot projects. Integrates interface design, GUT testing, code implementation, and verification tools.
2godot-web-e2e
End-to-end testing for any Godot Web export using Chrome DevTools and a local HTTP server. Use when verifying gameplay behavior in a Web build (not editor) and you need repeatable DevTools-driven input checks and console evidence.
2godot-dev
|
2godot-design
Godot GDScript 接口设计规范与指导,强调 TDD 友好、可测试、可维护的设计原则。
2