RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface DynatraceTestingFixture

    Playwright test fixtures provided by the Dynatrace testing framework.

    interface DynatraceTestingFixture {
        dynatraceConfig: DynatraceConfig;
        dynatraceTesting: DynatraceTesting;
    }
    Index

    Properties

    dynatraceConfig: DynatraceConfig

    Configuration to enable Dynatrace testing with a given environment.

    dynatraceTesting: DynatraceTesting

    The testing API providing expect methods.