Files
game-cards/addons/gut/.gutconfig.json

24 lines
497 B
JSON
Raw Normal View History

2026-05-29 09:16:10 +08:00
{
"_post_run_script": "res://test/post_run_export_json.gd",
"include_subdirs": true,
"dirs": [
"res://test/unit/",
"res://test/integration/"
],
"should_exit": true,
"log_level": 2,
"hide_orphans": false,
"should_exit_on_success": false,
"should_maximize": false,
"ignore_pause": true,
"double_strategy": "script_only",
"inner_class": "",
"disable_colors": false,
"compact_mode": true,
"gut_on_top": true,
"post_run_script":"res://test/gut_post_run.gd"
}