-
Notifications
You must be signed in to change notification settings - Fork 4
Invoke AcmaUnitTests
Ryan Newington edited this page May 26, 2022
·
6 revisions
The Invoke-AcmaUnitTests cmdlet executes all unit tests in the configuration file loaded by the Connect-AcmaEngine cmdlet
Invoke-AcmaUnitTests [[-BreakOnTestFailure <boolean>]] [[-HtmlReportFileName <string>]]
Optional. Executes the unit tests, but stops the test run if a unit test fails.
Optional. The full path to a file where the unit test results will be stored in HTML format
Invoke-AcmaUnitTests
Invoke-AcmaUnitTests -BreakOnTestFailure $true
Invoke-AcmaUnitTests -HtmlReportFileName C:\temp\unit-test-results.html