Package org.apache.wiki.its.environment
Class Env
java.lang.Object
org.apache.wiki.its.environment.Env
Tests' environment values that can be overwritten through System properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Janne's password.static final String
Janne's username.static final String
Base url on which the functional tests are run.static final String
Which size should start the browser with?.static final String
Selenide tests download's folder.static final boolean
Should the browser start on headless mode?static final String
Selenide tests reports' folder.static final long
Amount of time, in milliseconds, to wait for the search index tasks to complete.static final String
Folder where the WebDriver will be downloaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TESTS_BASE_URL
Base url on which the functional tests are run. Default value ishttps://jspwiki-wiki.apache.org
. -
TESTS_CONFIG_DOWNLOADS_FOLDER
Selenide tests download's folder. Default value is./target/downloads
. -
TESTS_CONFIG_HEADLESS
Should the browser start on headless mode? Only for Firefox / Chrome. Default value isfalse
. -
TESTS_CONFIG_REPORTS_FOLDER
Selenide tests reports' folder. Default value is./target/selenide
. -
TESTS_CONFIG_SEARCH_INDEX_WAIT
Amount of time, in milliseconds, to wait for the search index tasks to complete. Default value is1200
. -
TESTS_CONFIG_BROWSER_SIZE
Which size should start the browser with?. Default value is1366x768
. -
TESTS_CONFIG_WDM_TARGET_PATH
Folder where the WebDriver will be downloaded. Default value is./target/wdm
. -
LOGIN_JANNE_USERNAME
Janne's username. Default value isjanne
. -
LOGIN_JANNE_PASSWORD
Janne's password. Default value ismyP@5sw0rd
.
-
-
Constructor Details
-
Env
public Env()
-
-
Method Details
-
setUp
-