Operation-Validation-Framework
Operation-Validation-Framework copied to clipboard
The following results in no output: `Invoke-OperationValidation -ModuleName tervisactivedirectory -IncludePesterOutput` File Simple.tests.ps1 in TervisActiveDirectory\Diagnostics\Simple ``` $ADUsers = Get-ADUser -Filter * -SearchBase "OU=Departments,DC=tervis,DC=prv" -Properties HomeDirectory, Manager, EmployeeID foreach ($ADUser in $ADUsers)...
The example is now to search for Notepad, which only exists on Windows machines. Is there an example that is cross-platform?
Hi all! Repositories are filling up with more and more objects at the root. CI/CD config files, Tests folders, and more. Would it be worth nesting Diagnostics under an existing...
Similar to #5 and #6, without being able to parameterize the tests, it can be difficult to share or reuse OVF test suites. Since we've got the concept of a...