more docker integration test tweaks

This commit is contained in:
Danny Coates 2018-05-03 23:47:44 -07:00
parent 7d62a23b36
commit 7841dec5d8
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
9 changed files with 39 additions and 62 deletions

View file

@ -4,19 +4,16 @@ skipsdist = True
[testenv]
skip_install = True
deps = -rpipenv.txt
deps = -rrequirements.txt
commands =
pipenv install --skip-lock
pipenv run pytest -v --verify-base-url --driver Remote --capability browserName firefox --host selenium --html=send-test.html --self-contained-html {posargs}
pytest -v --verify-base-url --base-url {env:BASE_URL:http://web:1443} --driver Remote --capability browserName firefox --host selenium --html=/coverage/send-test.html --self-contained-html {posargs}
[testenv:flake8]
commands =
pipenv install --skip-lock
pipenv run flake8 {posargs:.}
flake8 {posargs:.}
[flake8]
exclude = .eggs,.tox,docs,node_modules
[pytest]
base_url = http://web:1443
sensitive_url = mozilla\.(com|org)