Optional
cy?: CyTest | CyObjEither a function directly, or an object of test description keys to test
function values. A major advantage here is there is no need to mount
or
pass mocked actions to the component just write some assertions
Optional
cyuse it.only for the test(s) for this component
Optional
cyuse it.skip for the test(s) for this component
Optional
cyWrite a function that will execute within cypress and so can contain it
,
beforeEach
, it.skip
etc. Can also be a string representation of the
same which will be eval
evaluated. A boolean, when combined with
cyCodeBlock means it should execute outside of a cypress it
Optional
cyuse the UnitTest component
Additional properties which can be added to stories to control cypress