Test run
Get-TestRun
Synopsis
Get a test run.
Syntax
Get-TestRun [-TestRunID <Int32>] [-IncludeContext] [-IncludeSkipped] [-IncludeAuditInfoInContext] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all test runs for your test suite or retrieves a specific test run by its ID.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑IncludeAuditInfoInContext |
When enabled, includes audit information for run test cases and test suites in the response. |
‑IncludeContext |
When enabled, includes test run context in the response. |
‑IncludeSkipped |
When enabled, includes details on objects skipped during the test run in the response. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑TestRunID |
Your test run's ID. |
Related Links
Updated 6 days ago