issues
search
opencredo
/
test-automation-quickstart
Quickstart project for test automation, covering performance, ui acceptance and api acceptance testing
https://opencredo.com/blogs/test-automation-concepts-data-aliases/
MIT License
144
stars
169
forks
source link
Updating dependency versions & some parameterisation
#12
Closed
burythehammer
closed
6 years ago
burythehammer
commented
6 years ago
Updated versions for: Spring, Cucumber, AssertJ, Jackson, Selenium and more. All dependencies should be up to date now.
Shared driver was duplicated across projects - so it has been moved to the common module.
Email details have been moved to a properties file and can be parameterised at maven runtime.
You can now select to use either Firefox or Chrome to run your UI tests.
Default browser changed to Chrome. Requires Chromedriver to run.
Added a jenv Java version file.
Loads of reformatting