emaduddin23/Admission-manager_Playwright — reverse-engineered prompt
Reverse engineered prompt
Build me a Playwright automation project for an Admission Manager website. I want it to open the app, handle login with a saved session, and run basic end to end checks around the admission workflow using test data from the project. Keep the tests organized so they’re easy to update later, with separate page objects, data files, config, and screenshots when something fails.
Please make it simple enough for someone lightly technical to run with npm commands. Add a clean setup for local testing, browser config, reusable helpers, and a few realistic sample tests that show how to navigate pages, click buttons, fill forms, and verify that the expected admission related screens or messages appear. If exact fields or URLs are missing, use clear placeholders and comments so I can fill them in.
Use current Playwright best practices, and look up the latest docs online if needed. Make the project reliable rather than fancy.
Want more depth? Deep Reverse