Phoenix Playwright Test Writing Write end-to-end tests for Phoenix using Playwright. Tests live in and follow established patterns. Timeout Policy - Do not pass timeout args in test code under . - Tune timing centrally in (global , , , and ). Quick Start Test Credentials | User | Email | Password | Role | | ------ | -------------------- | --------- | ------ | | Admin | admin@localhost | admin123 | admin | | Member | [email protected] | member123 | member | | Viewer | [email protected] | viewer123 | viewer | Selector Patterns (Priority Order) 1. Role selectors (most robust): 2. Label sel…