Best way to check results for each test? #1252
Answered
by
thomhurst
ShawnTheBeachy
asked this question in
Q&A
-
Based on these docs and these docs, I'm trying to run a static method after every test to save a trace if the test failed. From the docs, it sounds to me like the test results should be available at this point. However, they're still null. [AfterEvery(Test)]
public static async Task SaveTraceIfFailed(TestContext testContext)
{
...
} Is there a better place to be doing something like this? |
Beta Was this translation helpful? Give feedback.
Answered by
thomhurst
Nov 19, 2024
Replies: 1 comment 2 replies
-
This is a bug, I'll get a fix out for you later today |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ShawnTheBeachy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug, I'll get a fix out for you later today