mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
moved integration text execution to docker
This commit is contained in:
@@ -3,13 +3,11 @@ envlist = integration-tests, flake8
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
recreate=True
|
||||
skip_install = True
|
||||
passenv = DISPLAY MOZ_HEADLESS
|
||||
deps = -rpipenv.txt
|
||||
commands =
|
||||
pipenv install --skip-lock
|
||||
pipenv run pytest -v --verify-base-url -n 2 --driver Firefox --html=send-test.html --self-contained-html {posargs}
|
||||
pipenv run pytest -v --verify-base-url --driver Remote --capability browserName firefox --host selenium --html=send-test.html --self-contained-html {posargs}
|
||||
|
||||
[testenv:flake8]
|
||||
commands =
|
||||
@@ -20,5 +18,5 @@ commands =
|
||||
exclude = .eggs,.tox,docs,node_modules
|
||||
|
||||
[pytest]
|
||||
base_url = http://localhost:8080
|
||||
base_url = http://web:1443
|
||||
sensitive_url = mozilla\.(com|org)
|
||||
|
||||
Reference in New Issue
Block a user