manjunath1818/playwright-ai-portfolio ? reverse-engineered prompt

Reverse engineered prompt

Build me a Playwright based test automation portfolio in TypeScript that tests the SauceDemo site across Chromium, Firefox, and WebKit.

I want it to feel like a real production framework, with clear Page Objects, reusable test data, and separate tests for smoke, critical, and regression flows. Cover the main user journey from login to inventory, cart, and checkout, and include at least a little accessibility coverage for the login flow. Keep the selectors and helpers organized so the tests are easy to maintain.

Please also set up GitHub Actions so the browser tests run in CI and save useful failure evidence like traces, screenshots, videos, and reports, including Allure output. If it fits naturally, add a simple AI assisted workflow for planning, generating, and fixing tests in a controlled way. Look up current Playwright docs online if you need to, and make the whole thing look polished enough to use as a portfolio project.