yaroslavbrish/test_ui_project_selenium — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python UI test automation project using Selenium and pytest. I want it set up so I can point it at a website, write tests in a clean way, and run everything with one command.

Please create a basic structure with shared browser setup, a place for page objects, and a tests folder with a couple of clear example tests using a sample page or placeholder URL that I can replace later. Make it easy to choose the browser and base URL from config or command line, and make the test output understandable when something fails.

Include the needed requirements file, pytest config, and a short README that explains how to install, run the tests, and add a new page or test. Keep the code simple and readable because I’m going to use this as a starter project for UI testing.

Want more depth? Deep Reverse