Add a `use_playwright` field in `cookiecutter.json`. Modify `post_gen_project.py` to: - Install Playwright using pip install playwright. - Run playwright install to set up browsers.
Add a
use_playwrightfield incookiecutter.json.Modify
post_gen_project.pyto: