Operation-Validation-Framework icon indicating copy to clipboard operation
Operation-Validation-Framework copied to clipboard

Results 14 Operation-Validation-Framework issues
Sort by recently updated
recently updated
newest added

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)...

wontfix

The example is now to search for Notepad, which only exists on Windows machines. Is there an example that is cross-platform?

enhancement
documentation

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...

question

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...

enhancement