Integrate Excel (.xlsx) data into Playwright codegen scripts by replacing hardcoded values with config-driven lookups, loading data with polars, and validating every step with Playwright CLI plus the Playwright CLI skill. Use for Playwright automation updates that require Excel-backed data, config.yaml centralization, or CLI-based validation/reporting.
Convert Playwright codegen scripts into Excel-driven automations with centralized config and required Playwright CLI validation.
playwright conda environment.conda run -n playwright python -c "import sys; print(sys.executable)".venv..xlsx path"hardcoded_value" -> Excel[Sheet][FilterCol==FilterVal][DataCol]PLAYWRIGHT_TARGET_SUBJECT.fill() values and confirm that each has a mapping; request clarification for mismatches.playwright conda env (prefer conda install -n playwright, fall back to conda run -n playwright pip install).config.yaml using centralized control (paths, patterns, column definitions, constants, tunables, shared texts).references/excel-loading.md).data[...].references/mcp-validation.md).references/md5-validation.md).conda run -n playwright python.references/excel-loading.mdreferences/mcp-validation.mdreferences/md5-validation.mdreferences/examples.md