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

@@ -45,8 +45,8 @@ echo "starting BrowserStack local client..."
BSL_ID=$!
# run example selenium script that fetches the home page
echo "running selenium example script"
pipenv run python selenium_example.py
echo "running selenium tests"
pipenv run pytest tests/acceptance -s
# kill BrowserStackLocal
kill $BSL_ID