category: Utilities provider: Palo Alto Networks sectionorder: - Connect - Collect commonfields: id: XsoarPowershellTesting version: -1 configuration: [] description: Powershell Integration for testing that Powershell support is working as expected. display: XSOAR Powershell Testing name: XsoarPowershellTesting script: commands: - description: Get integration context. name: pwsh-test-get-integration-context outputs: - contextPath: XSOAR.IntegrationContext.Value description: Integration context value. type: String - description: Get integration versioned context. name: pwsh-test-get-integration-versioned-context outputs: - contextPath: XSOAR.IntegrationContext.Value description: Integration context object. type: Unknown - contextPath: XSOAR.Version description: Integration context version number. type: Unknown - arguments: - description: Value to set in integration context. name: value required: true description: Set integration context. name: pwsh-test-set-integration-context - arguments: - description: Value to set in integration context. name: value required: true - description: The context version to update. name: version required: true description: Set integration versioned context. name: pwsh-test-set-integration-versioned-context dockerimage: demisto/powershell-ubuntu:7.5.0.10049856 runonce: false script: '-' type: powershell fromversion: 5.5.0 tests: - XsoarPowershellTesting-Test