Hierarchy

  • SyntheticResult

Properties

end_time: string

The end time of the synthetic in iso format.

runtime_metadata: {
    [key: string]: string;
}

Used to determine information about the runtime environment that the synthetic is running in, such as K_SERVICE, and K_REVISION for cloud run, SYNTHETIC_SDK_NPM_PACKAGE_VERSION for nodejs package.

Type declaration

  • [key: string]: string
start_time: string

The start time of the synthetic in iso format.

synthetic_generic_result_v1?: GenericResultV1
synthetic_test_framework_result_v1?: TestFrameworkResultV1

Generated using TypeDoc