git clone https://github.com/RAXAS/Demoqa_text-box python -m venv venv venv\Scripts\activate pip install -r requirements.txt pytest tests/test_text_box_page.py ...