Rameshtelang94/Varadi — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple TypeScript Playwright testing project that I can use to check a website from end to end. I don’t have a README yet, so make it easy to understand and easy to run.

Set it up with clean test files, reusable page objects, shared helpers, and separate test data so I can add more website checks later without rewriting everything. I want one command to install everything, one command to run the tests, and one command to open a nice test report with results. Please include a couple of sample tests that show the right pattern, even if they use a placeholder site or a configurable base URL.

Make sure failures are easy to debug with screenshots or traces if Playwright supports that. Keep the code tidy and practical, not overcomplicated. Add a short README explaining what each folder is for and how I run the tests locally. Look up current Playwright docs online if you need to.

Want more depth? Deep Reverse