effect-playwright
    Preparing search index...

    Type Alias TestDetails

    type TestDetails = {
        annotation?: TestDetailsAnnotation | TestDetailsAnnotation[];
        tag?: string | string[];
    }
    Index
    tag?: string | string[]