Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allcaps/wagtail-playwright-demo
https://github.com/allcaps/wagtail-playwright-demo
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allcaps/wagtail-playwright-demo
- Owner: allcaps
- Created: 2024-02-02T10:32:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T21:14:06.000Z (12 months ago)
- Last Synced: 2024-11-11T11:03:44.066Z (2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```