You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've fixed the "error when running app code doesn't fail the test" problem on a branch, so it should be merged along with skip/error results for tests. However, right now you can have errors in the logger and the test can't even see those, let alone fail on them. That should change. (Also certain console.logs in Scarpe-Wasm)
Maybe log data should be passed through in the metadata field of the Minitest export? Something like that.
The text was updated successfully, but these errors were encountered:
noahgibbs
changed the title
Detect errors more reliably
Fail on logger errors/fatal
Nov 16, 2023
I've fixed the "error when running app code doesn't fail the test" problem on a branch, so it should be merged along with skip/error results for tests. However, right now you can have errors in the logger and the test can't even see those, let alone fail on them. That should change. (Also certain console.logs in Scarpe-Wasm)
Maybe log data should be passed through in the metadata field of the Minitest export? Something like that.
The text was updated successfully, but these errors were encountered: