tox.ini 476 B

12345678910111213141516171819
  1. [tox]
  2. envlist = integration-tests, flake8
  3. skipsdist = True
  4. [testenv]
  5. skip_install = True
  6. deps = -rrequirements.txt
  7. commands =
  8. 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}
  9. [testenv:flake8]
  10. commands =
  11. flake8 {posargs:.}
  12. [flake8]
  13. exclude = .eggs,.tox,docs,node_modules
  14. [pytest]
  15. sensitive_url = mozilla\.(com|org)