TestRail Integration Bidirectional sync between Playwright tests and TestRail test management. Prerequisites Environment variables must be set: - — e.g., - — your email - — API key from TestRail If not set, inform the user how to configure them and stop. Capabilities 1. Import Test Cases → Generate Playwright Tests Steps: 1. Call MCP tool to fetch test cases 2. For each test case: - Read title, preconditions, steps, expected results - Map to a Playwright test using appropriate template - Include TestRail case ID as test annotation: 3. Generate test files grouped by section 4. Report: X cases…