Skip to content

v6.1.9

Choose a tag to compare

@github-actions github-actions released this 18 Jul 17:16
317bcb1

Treat BeforeAll module-local setup failures as catastrophic (#399)

Summary

  • treat BeforeAll-ModuleLocal failure as a hard failure root cause in test result aggregation
  • run AfterAll-ModuleLocal cleanup whenever module-local setup ran, even if setup failed and tests were skipped
  • pass BeforeAll-ModuleLocal job result into Get-TestResults and fail early with a clear root-cause message
  • document the new BeforeAllModuleLocalResult input in Get-PesterTestResults

Links