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 StringJanne's password.static final StringJanne's username.static final StringBase url on which the functional tests are run.static final StringWhich size should start the browser with?.static final StringSelenide tests download's folder.static final booleanShould the browser start on headless mode?static final StringSelenide tests reports' folder.static final longAmount of time, in milliseconds, to wait for the search index tasks to complete.static final StringFolder 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
-