- Run A+ locally using the develop-aplus repository
source .venv/bin/activate
cd a-plus/e2e_tests
./docker-up.sh
- Begin "recording" a test in the browser
playwright codegen --target python-pytest "localhost:8010/?hl=en"
- Copy the generated test code to a Python file