PyBootstrap: Skeleton of automated test Tech Stack Test Runner: PyTest Build Tools: Poetry Web automation: Playwright Python API automation: Requests Setup Install Poetry pip install poetry Install Dependencies poetry install --no-root Install playwright playwright install Run Tests poetry run pytest # Shows the browser while testing ./run.sh test_web