Testing some of the new tests on Github action
This commit is contained in:
@@ -4,14 +4,18 @@
|
||||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = pre-commit,py37,py38,py39,py310,py311,py312
|
||||
envlist = pre-commit,py{38,39,310,311,312,313}
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
changedir = tests
|
||||
deps =
|
||||
-r{toxinidir}/tests/requirements.txt
|
||||
commands = pytest --cov=scrapling --cov-report=xml
|
||||
commands =
|
||||
playwright install chromium
|
||||
playwright install-deps chromium
|
||||
camoufox fetch --browserforge
|
||||
pytest --cov=scrapling --cov-report=xml
|
||||
|
||||
[testenv:pre-commit]
|
||||
basepython = python3
|
||||
|
||||
Reference in New Issue
Block a user