What problem does it solve?
This Skill streamlines the migration of end-to-end tests from Cypress to Scout (Playwright), ensuring test stability and maintainability in the Kibana ecosystem.
Core Features & Use Cases
- Triage Automation: Automates the validation of Cypress tests against current features, duplicate coverage, and layer appropriateness.
- Pattern Mapping: Provides clear mappings from Cypress commands and patterns to their Scout/Playwright equivalents.
- Data Cleanup Audit: Guides users through critical data cleanup steps to prevent test environment contamination.
- Use Case: When migrating a suite of Cypress E2E tests for a Kibana plugin to the new Scout framework, use this Skill to systematically triage each test, rewrite it using Scout best practices, and ensure its stability before merging.
Quick Start
Use the cypress-to-scout-migration skill to migrate a Cypress test file located at 'path/to/your/test.cy.ts' to Scout, targeting the 'security_solution' plugin.