The setup is minimal, just set up the virtual environment, install dependencies, and run the tests.
- Create a virtual environment
- activate virtual environment
- pip install -r requirements.txt
- pytest
Hackathon experiment with Playwright in Python to test API docs page
Python