This is a demo project to try out using Playwright while testing the DefectDojo application.
- Create a Python virtual environment.
- Install dependencies from requirements.txt:
pip install -r requirements.txt - Run
playwright installto get browser bindings. - Execute tests:
pytestorpython -m pytest