vmware / powershell-module-for-vmware-cloud-foundation-password-management

PowerShell Module for VMware Cloud Foundation Password Management
https://vmware.github.io/powershell-module-for-vmware-cloud-foundation-password-management/
BSD 2-Clause "Simplified" License
11 stars 9 forks source link

Add a `ReadMe.md` file for the pester testcases added #167

Closed sowjuec closed 7 months ago

sowjuec commented 8 months ago

Code of Conduct

Description

There is a need to understand what is pester, how to use pester and so on. This is needed to use it for testing the power shell code. This requires a readme doc to be made available for the user.

Use Case(s)

Provide information on

  1. How to run the suite entirely
  2. How to run individual testcases
  3. How to run only positive cases, or only negative cases
  4. Where logs are stored

Potential Configuration

Provide information on

  1. How to run the suite entirely Invoke-Pester <suite name>
  2. How to run individual testcases Invoke-Pester -Tag <tag assosiated with the testcase>
  3. How to run only positive cases, or only negative cases Invoke-Pester -Tag <"Positive"/"Negative">
  4. Where logs are stored ./tests/logs folder
  5. Where sample pester files are stored ./tests

References

No response

github-actions[bot] commented 6 months ago

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.