Run the local Bedrock CRM payment deal flow via playwright-cli, capture evidence, and write bug reports. Use this instead of browser MCP for local UI smoke tests.
Use PLAYWRIGHT_CLI_SESSION=deal-payment for all browser commands.
Assume:
http://localhost:3002http://localhost:3000http://localhost:3003[email protected] / operator123Rules:
artifacts/deal-payment/<timestamp>/.docs/bugs/deal-payment-run.md and one file per bug under docs/bugs/deal-payment/.Recommended local actions:
bun run infra:upbun run deal-payment:reset-dbbun run deal-payment:start-stackbun run deal-payment:exploreExploratory flow:
payment deal.White Pride.WHITE PRIDE LLC.WP-AFA-2026-001.AED.USD.Almutlag.Useful commands:
PLAYWRIGHT_CLI_SESSION=deal-payment bun x playwright-cli open http://localhost:3002/login --headed --persistent
PLAYWRIGHT_CLI_SESSION=deal-payment bun x playwright-cli tracing-start
PLAYWRIGHT_CLI_SESSION=deal-payment bun x playwright-cli snapshot --filename=artifacts/deal-payment/<timestamp>/01-login.yaml
PLAYWRIGHT_CLI_SESSION=deal-payment bun x playwright-cli screenshot --filename=artifacts/deal-payment/<timestamp>/01-login.png
PLAYWRIGHT_CLI_SESSION=deal-payment bun x playwright-cli console warning > artifacts/deal-payment/<timestamp>/01-console.txt
PLAYWRIGHT_CLI_SESSION=deal-payment bun x playwright-cli network > artifacts/deal-payment/<timestamp>/01-network.txt