Function executeCyTests

  • Execute standard cypress tests against a set of storybook components. If the storybook story or object is normal, then it will perform a simple 'mount' and expect no errors to throw. If the story or object has a cy property, then the keys of that object will be used as 'it' descriptions and each test there will be executed.

    Throws

    CyTestConfigError

    Type Parameters

    Parameters

    • stories: T
    • Optional describeText: string

    Returns void