Versions in this module Expand all Collapse all v1 v1.0.0 Feb 17, 2026 Changes in this version + type Client struct + func NewClient(config external.ProviderConfig) (*Client, error) + func (c *Client) Cancel(ctx context.Context, runID string) error + func (c *Client) CancelPipeline(ctx context.Context, projectID, pipelineID string) error + func (c *Client) GetLogs(ctx context.Context, runID string) (string, error) + func (c *Client) GetLogsForPipeline(ctx context.Context, projectID, pipelineID string) (string, error) + func (c *Client) GetStatus(ctx context.Context, runID string) (external.TestStatus, error) + func (c *Client) GetStatusForPipeline(ctx context.Context, projectID, pipelineID string) (external.TestStatus, error) + func (c *Client) TriggerTest(ctx context.Context, config external.TestConfig) (*external.TestRun, error)