Testing
This goes over where log files are stored when testing.
- When running the debugger, logs are writting to
${workspaceFolder}/engine-test-utils-debug.log
- This is specified in ../.vscode/launch.json (Private)
- When watching a single test, logs are written to
${workspaceFolder}/engine-test-utils.log
- This is specified in ../.vscode/tasks.json (Private)
Backlinks