Getting ChatGPT to Write Accurate Playwright Test Scripts Without Flaky Selectors
ChatGPT can draft Playwright tests fast, but the selectors it picks often break the moment your UI shifts. Here's how to prompt it for stable, maintainable test scripts that actually pass in CI.