Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allcaps/wagtail-playwright-demo


https://github.com/allcaps/wagtail-playwright-demo

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Playwright demo

```bash
python -m venv env
source env/bin/activate
pip install -r requirements.txt
playwright install

# -s: show output
# -vvv: verbose
# --pdb: drop into debugger on error
# --headed: show browser
pytest -s -vvv --pdb --headed
```