Make tests run in parallel on GitHub actions
This commit is contained in:
@@ -5,3 +5,4 @@ camoufox
|
|||||||
werkzeug<3.0.0
|
werkzeug<3.0.0
|
||||||
pytest-httpbin==2.1.0
|
pytest-httpbin==2.1.0
|
||||||
httpbin~=0.10.0
|
httpbin~=0.10.0
|
||||||
|
pytest-xdist
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
playwright install-deps chromium firefox
|
playwright install-deps chromium firefox
|
||||||
camoufox fetch --browserforge
|
camoufox fetch --browserforge
|
||||||
pytest --cov=scrapling --cov-report=xml
|
pytest --cov=scrapling --cov-report=xml -n auto
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
|||||||
Reference in New Issue
Block a user