Open GeorgeS2019 opened 3 years ago
I believe this has to do with how the assemblies are built. I would have to look into what Xunit does because GodotXUnit wouldnt handle the gathering of that information. But GodotXUnit would still have to pass that information along. This has been a pretty big pain point for even me while using it on my projects.
The suggestion for this is to discover where the information is gathered in Xunit, then pass that information along with the test summary events, then make sure to display it in the IDE.
Ideally, we have reference to the line numbers of the code files and methods!
Suggestion????