11 lines
134 B
Markdown
11 lines
134 B
Markdown
|
|
# Installation
|
|
|
|
pip install pytest-playwright
|
|
playwright install
|
|
|
|
# Run Tests:
|
|
|
|
pytest -k nextcloud
|
|
|
|
playwright show-trace trace.zip
|