mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2025-01-13 12:33:41 +01:00
41 lines
1011 B
Plaintext
41 lines
1011 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/gut/plugin_control.gd" type="Script" id=1]
|
|
|
|
[node name="Gut" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 740, 250 )
|
|
script = ExtResource( 1 )
|
|
_font_name = "AnonymousPro"
|
|
_font_size = 20
|
|
_font_color = Color( 0.8, 0.8, 0.8, 1 )
|
|
_background_color = Color( 0.15, 0.15, 0.15, 1 )
|
|
_color_output = true
|
|
_select_script = ""
|
|
_tests_like = ""
|
|
_inner_class_name = ""
|
|
_run_on_load = true
|
|
_should_maximize = false
|
|
_should_print_to_console = true
|
|
_show_orphans = true
|
|
_log_level = 1
|
|
_yield_between_tests = true
|
|
_disable_strict_datatype_checks = false
|
|
_test_prefix = "test_"
|
|
_file_prefix = "test_"
|
|
_file_extension = ".gd"
|
|
_inner_class_prefix = "Test"
|
|
_temp_directory = "user://gut_temp_directory"
|
|
_export_path = ""
|
|
_include_subdirectories = true
|
|
_directory1 = "res://tests"
|
|
_directory2 = ""
|
|
_directory3 = ""
|
|
_directory4 = ""
|
|
_directory5 = ""
|
|
_directory6 = ""
|
|
_double_strategy = 1
|
|
_pre_run_script = ""
|
|
_post_run_script = ""
|