### Description Add support for running setup and teardown scripts during tests - Get-Settings - Build-PSModule (lint and source code tests - PSModule framework tests) - Test-Module (lint and module tests - PSModule framework tests) - Test-ModuleLocal (Run local pester tests) - Run 'BeforeAll.ps1' - JOB (deploy stuff, download stuffetc.) <- NEW - Run tests - JOB MATRIX RUN IN PARALLEL - Run 'AfterAll.ps1' - JOB ( teardown any prereq). <- NEW - Get-TestResults - Get-CodeCoverage - etc...