What problem does it solve?
This Skill simplifies and standardizes the creation, updating, debugging, and review of UI tests for Kibana's Scout framework, ensuring robust and maintainable test suites.
Core Features & Use Cases
- Test Framework Integration: Seamlessly works with Playwright and Scout fixtures for efficient test writing.
- Authentication Management: Provides helpers for secure and least-privileged browser authentication.
- Page Object Pattern: Enforces best practices for UI interactions and selector management.
- Parallel Testing: Supports advanced parallel execution strategies using
spaceTest and scoutSpace for isolation.
- Use Case: When developing a new feature in Kibana, use this Skill to write comprehensive UI tests that cover user interactions, ensuring the feature functions correctly across different user roles and configurations.
Quick Start
Use the scout-ui-testing skill to create a new UI test file for the dashboard application.