Type alias CyObj

CyObj: {
    [itTestText: string]: CyTest;
}

.cy format with object syntax where keys are it descriptions

Type declaration