bitcobblers / bitcobblers/DrillSergeant
Exceptions not trapped within an async step.
Open
bug
- Dominant language
- C#
- Stars
- 9
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Normally when an exception is thrown within a step the `StepFailed` event is triggered which will cause the test to fail. This works as expected if the step is executing synchronously, but if the exception is thrown within an `async` method the test will fail but the event will not be triggered.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.