Users can define 4 different functions that will be called (if they exist) before/after atomic execution or before/after atomic test cleanup commands:
- Invoke-ARTPreAtomicHook
- Invoke-ARTPostAtomicHook
- Invoke-ARTPreAtomicCleanupHook
- Invoke-ARTPostAtomicCleanupHook
See here (opens in a new tab) for an example PowerShell module where you can provide the code to run for each of these hooks.