Member Junction
    Preparing search index...

    Displays execution context information for a test run or test suite run. Shows machine info, user info, and detailed runtime context in a clean, organized layout.

    Implements

    • OnChanges
    Index

    Constructors

    Properties

    contextDetails: RunContextDetails | null = null

    Parsed context details

    machineId: string | null = null

    Machine ID (MAC address)

    machineName: string | null = null

    Machine hostname

    runByUserEmail: string | null = null

    User email who ran the test

    runByUserName: string | null = null

    User name who ran the test

    runContextDetailsJson: string | null = null

    JSON string of RunContextDetails

    Methods

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: { [propName: string]: SimpleChange<any> }

        The changed properties.

      Returns void