rahulshettyacademy/QAOpsPlaywright — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a QA automation project for a web app using Playwright. I want the tests to be easy to read, with Cucumber style feature files for plain English scenarios, and reusable page objects so the same login, checkout, and navigation steps don’t get copied everywhere.

Please set it up so a tester can run the browser tests locally, see clear reports, and update test data or helper utilities without digging through everything. Include both JavaScript and TypeScript friendly structure if that makes sense, since this project looks like it may use both. Add a simple API testing example too, using the existing Postman collection idea if helpful.

Make the project organized like a real QA team would use it, with configs for normal Playwright runs, service or API runs, and a GitHub Actions workflow so tests can run automatically on pushes. Add sample tests and comments where useful, but keep it practical and not over engineered. Look up current Playwright and Cucumber docs online if you need to.

Want more depth? Deep Reverse