Member Junction
    Preparing search index...

    Multi-provider note: callers under a non-default provider should set service.Provider = component.ProviderToUse before invoking any methods.

    Index

    Constructors

    Properties

    ActiveRuns$: Observable<ActiveRun[]> = ...

    Accessors

    Methods

    • Add a log entry to an active run

      Parameters

      • testId: string
      • message: string
      • type: "success" | "info" | "error"

      Returns void

    • Update progress for an externally-managed run

      Parameters

      • testId: string
      • percentage: number
      • step: string
      • message: string

      Returns void