Optional description?: string | false | nulldescription for tests which have cy function or cyTest formats.
Provides a reasonable default but can opt out with false
Optional id?: stringid matching the story's name. either name or id must be provided
Optional isPotentially internal only: if the literate test is from code block. Used to deduplicate display of code block in docs view
Optional name?: stringname matching the story's name
Optional parameters?: WithCy<any>Parameters, probably passed in from parent in unitTestDecorator, though I suppose passing in directly could be useful somehow
Props for the UnitTest component, mostly to link to story