This is a TEST environment. User accounts are subject to deletion without warning. Use the Contact link below if you have questions.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
AzSK.Test
3.0.0
Core/Models/Enums.ps1
enum
MessageType
{
Header
Information
Error
Warning
}
enum
PathList
{
TestCases
TestData
Constants
Template
Params
Properties
}
enum
TestStatus
{
Passed
Failed
Error
Manual
}