What problem does it solve? Writing consistent end-to-end interaction tests for Storybook stories in the Lucca Front repository is repetitive and error-prone, especially when handling Angular change detection, CDK overlays, and keyboard accessibility. This Skill generates or completes play tests that follow the repository's exact conventions. ## Core Features & Use Cases - Convention-compliant test generation: Produces tests using createTestStory, waitForAngular, named step blocks, and the mandatory TEST naming suffix. - Overlay and keyboard coverage: Handles elements rendered in global overlays (popover, dialog, dropdown) via screen, and enforces keyboard interaction steps (Enter, Escape, arrows, Tab) with ARIA assertions for every interactive component. - Use Case: Given an existing Basic story for a select component, generate a BasicTEST story that verifies initial rendering, mouse click to open the listbox, keyboard navigation with arrow keys, and focus return after Escape. ## Quick Start Ask the assistant to generate a Storybook play test for a specific story file and target story, optionally providing a Figma link or usage guidelines to cover official rules and edge cases.