MikeSchulze / gdUnit4Net

A Godot C# Unit Test Framework.
MIT License
61 stars 5 forks source link

GD-163: Collect the Godot log file into test report #163

Closed MikeSchulze closed 1 week ago

MikeSchulze commented 1 week ago

Is your feature request related to a problem? Please describe. It would be good to have in addition to the test reports the original Godot log file. This could help to analyze the Godot run process to look for additional information.

Describe the solution you'd like The test adapter should collect the Godot log file after the test execution is finished and add to the report directory.

Describe alternatives you've considered

Additional context The adapter must read the Godot project settings to get the current log file location. debug/file_logging/log_path