docs(cli): cover Python pytest CLI debug in skills and coding-agents guide - #42165
docs(cli): cover Python pytest CLI debug in skills and coding-agents guide#42165Simon Knott (Skn0tt) wants to merge 1 commit into
Conversation
…guide Teach the shared playwright-cli skill and getting-started-cli docs about pytest --playwright-debug=cli, plus the python -m playwright cli entry point. Hold merge until pytest-playwright with --playwright-debug=cli is released (microsoft/playwright-pytest#315). Copilot-Session: ae43a79c-c4f8-4b11-935b-ef7835f2e6fc
Test results for "MCP"2 failed 8061 passed, 1284 skipped Merge workflow run. |
|
Hi, I'm the Playwright bot and I took a first look at the failing CI. 🟢 Both failures are pre-existing flakes — this PR is clearThis is a docs-only change (skill markdown + the getting-started CLI guide), and the two failures are in DetailsThe diff only edits Pre-existing flake / infra
I'm a first pass, not the final word, but the evidence points the same way on both: unrelated flakes, safe to re-run. Triaged by the Playwright bot - agent run |
Extends the shared
playwright-cliskill and the coding-agents guide for Python'spytest --playwright-debug=cli -spath (same attach loop as JS--debug=cli), and documentspython -m playwright clias a bundled entry point.Do not merge until
pytest-playwrightwith--playwright-debug=cliis released - that's microsoft/playwright-pytest#315.Fixes #38610