Skip to content

Execution Hooks

Carrie Roberts edited this page Nov 29, 2023 · 2 revisions

Users can define 4 different functions that will be called (if they exist) before/after atomic execution or before/after atomic test cleanup commands:

  1. Invoke-ARTPreAtomicHook
  2. Invoke-ARTPostAtomicHook
  3. Invoke-ARTPreAtomicCleanupHook
  4. Invoke-ARTPostAtomicCleanupHook

See here for an example PowerShell module where you can provide the code to run for each of these hooks.