test harness for selenium testing

This commit is contained in:
dandds
2018-10-01 12:05:44 -04:00
parent 78af50fcf0
commit 63f94deb40
9 changed files with 183 additions and 31 deletions

View File

@@ -2,4 +2,4 @@
norecursedirs = .venv .git node_modules
env =
D:FLASK_ENV=test
addopts = --cov=atst --cov-report term --cov-fail-under 90
addopts = --ignore=tests/acceptance/ --cov=atst --cov-report term --cov-fail-under 90