Files
lcbp3/.agents/workflows/e2e-testing.md
T
admin 50bffdf38a
CI / CD Pipeline / build (push) Failing after 42s
CI / CD Pipeline / deploy (push) Has been skipped
690517:1449 204 and 302 refactor #03
2026-05-17 14:49:45 +07:00

14 lines
553 B
Markdown

---
auto_execution_mode: 0
description: Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies for LCBP3-DMS
---
This workflow invokes the e2e-testing skill to help with Playwright E2E testing patterns for LCBP3-DMS.
Invoke the e2e-testing skill when:
- Creating new E2E tests for frontend features
- Debugging flaky Playwright tests
- Setting up CI/CD integration for E2E tests
- Optimizing test performance and reliability
- Implementing Page Object Model (POM) patterns