{
    "when": {
        "visit": "",
        "click": {
            "button": "",
            "withRole": "",
            "withContext": ""
        },
        "type": {
            "withContext": ""
        },
        "enter": {
            "withContext": ""
        },
        "select": {
            "withContext": ""
        },
        "keyboard": {
            "multiplePress": "",
            "press": "",
            "previousElement": "",
            "nextElement": ""
        },
        "timeout": "",
        "withinElement": {
            "roleAndName": "",
            "ariaLabel": "",
            "testId": "",
            "selector": ""
        },
        "mock": {
            "withBody": "",
            "withStatusCode": "",
            "withFixture": ""
        },
        "resetContext": "",
        "headers": {
            "forUri": "",
            "forUriAndMethod": ""
        }
    },
    "given": {
        "viewport": {
            "preset": "",
            "withWidthAndHeight": ""
        },
        "keyboard": {
            "startNavigationFromTheTop": ""
        }
    },
    "then": {
        "page": {
            "withTitle": ""
        },
        "element": {
            "withContent": "",
            "withRoleAndName": "",
            "withTestId": "",
            "withRoleAndNameAndValue": "",
            "withRoleAndNameAndContent": "",
            "withRoleAndNameAndChecked": "",
            "withRoleAndNameAndUnchecked": "",
            "withRoleAndNameFocused": "",
            "nextWithRoleAndNameFocused": "",
            "previousWithRoleAndNameFocused": "",
            "withRoleAndNameAndContentDisabled": "",
            "withRoleAndNameAndContentEnabled": "",
            "withRoleAndNameDisabled": "",
            "withRoleAndNameEnabled": "",
            "withAriaLabel": "",
            "withAriaLabelAndContent": "",
            "withSelector": "",
            "withSelectorFocused": "",
            "not": {
                "withContent": "",
                "withRoleAndName": "",
                "withTestId": "",
                "withRoleAndNameAndContent": "",
                "withAriaLabel": "",
                "withAriaLabelAndContent": ""
            }
        },
        "wait": {
            "mock": "",
            "milliSeconds": ""
        },
        "list": {
            "withNameAndContent": ""
        },
        "grid": {
            "withNameAndContent": ""
        },
        "treegrid": {
            "withNameAndContent": ""
        },
        "table": {
            "withNameAndContent": ""
        },
        "title": {
            "withNameAndLevel": ""
        },
        "combobox": {
            "withNameValue": "",
            "selectValue": ""
        },
        "attributes": {
            "withValues": ""
        },
        "a11y": {
            "axecore": {
                "default": "",
                "withFixtureOption": "",
                "withFixtureContextAndFixtureOption": "",
                "onlyCritical": "",
                "withImpacts": "",
                "withTags": ""
            },
            "rgaa": {
                "default": "",
                "defaultWithResult": "",
                "defaultWithResultContaining": ""
            }
        }
    }
}
