Goodbye phantomjs, hello (again) selenium.

This commit is contained in:
James Mason 2018-10-25 10:50:13 -07:00
parent 078031e679
commit 9eae73c7e4
4 changed files with 56 additions and 22 deletions

View file

@ -115,3 +115,12 @@
# Speeds up turn around times of tests
# OSEM_FACTORY_LINT=false
# How should browser tests be performed?
# For headless Chrome (default):
# OSEM_TEST_DRIVER=chrome_headless
# For Chrome:
# OSEM_TEST_DRIVER=chrome
# For headless Firefox:
# OSEM_TEST_DRIVER=firefox_headless
# For Firefox:
# OSEM_TEST_DRIVER=firefox