e2e-testing
Installation
SKILL.md
E2E Testing Standards (Playwright)
Location
All E2E tests are in tests/e2e-playwright/. This is a standalone package - no imports from redisinsight/ui/ or redisinsight/api/.
Test Plan
Always refer to tests/e2e-playwright/TEST_PLAN.md for:
- Test coverage status (✅ implemented, 🔲 not implemented)
- Feature implementation order
- Test data requirements
After implementing tests, update TEST_PLAN.md to mark tests as ✅.