- java
- maven
- docker
download docker file:
docker-compose file
Tests can be run with configuration of system property and/or profiles in console
mvn clean test -Pprofile_name -Dsystem_property=value
The default parameters are taken from environment.properties file
- ui
- api
- browser (String)
- headless (boolean)
- api_uri (String)
- api_url (String)
- api_token (String)
Example:
'mvn clean test' - runs all tests
'mvn clean test -Papi' - runs 'API' tests
'mvn clean test -Pui -Dbrowser_name=firefox -Dheadless=true' - runs 'UI' tests in 'Fireforx' browser in headless mode