tox.ini 529 B

12345678910111213141516171819202122
  1. [tox]
  2. envlist = integration-tests, flake8
  3. skipsdist = True
  4. [testenv]
  5. skip_install = True
  6. deps = -rpipenv.txt
  7. commands =
  8. pipenv install --skip-lock
  9. pipenv run pytest -v --verify-base-url --driver Remote --capability browserName firefox --host selenium --html=send-test.html --self-contained-html {posargs}
  10. [testenv:flake8]
  11. commands =
  12. pipenv install --skip-lock
  13. pipenv run flake8 {posargs:.}
  14. [flake8]
  15. exclude = .eggs,.tox,docs,node_modules
  16. [pytest]
  17. base_url = http://web:1443
  18. sensitive_url = mozilla\.(com|org)