Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
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
|