cmbogdan99-dotcom/qa-automation-portfolio ? reverse-engineered prompt
Reverse engineered prompt
Build me a QA automation portfolio repo that shows off a maintainable test setup across both UI and API testing.
I want one project that can run Playwright tests in TypeScript for a public demo site and a booking API, plus a separate Python API test suite for the same booking service. Include reusable page objects, fixtures, login flow, cart and checkout checks, API CRUD coverage, negative cases, and a few real world smoke tests against a live portfolio site and a fitness app. It should run in CI, work in Docker, and generate HTML reports for both test stacks.
Please organize it so the tests are easy to read and extend, and make sure it supports multiple browsers in Playwright. Use current docs online if you need to. I want the whole thing to feel like a polished senior QA portfolio project that someone could clone, run, and understand quickly.
Are you gonna build this?
make sure you review the code using coderabbit