Package org.apache.wiki.its.environment
Class Env
java.lang.Object
org.apache.wiki.its.environment.Env
public class Env extends java.lang.Object
Tests' environment values that can be overwritten through System properties.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLOGIN_JANNE_PASSWORDJanne's password.static java.lang.StringLOGIN_JANNE_USERNAMEJanne's username.static java.lang.StringTESTS_BASE_URLBase url on which the functional tests are run.static java.lang.StringTESTS_CONFIG_DOWNLOADS_FOLDERSelenide tests download's folder.static booleanTESTS_CONFIG_HEADLESSShould the browser start on headless mode?static java.lang.StringTESTS_CONFIG_REPORTS_FOLDERSelenide tests reports' folder.static longTESTS_CONFIG_SEARCH_INDEX_WAITAmount of time, in milliseconds, to wait for the search index tasks to complete.static booleanTESTS_CONFIG_START_MAXIMIZEDShould the browser start maximized?.static java.lang.StringTESTS_CONFIG_WDM_TARGET_PATHFolder where the WebDriver will be downloaded. -
Constructor Summary
Constructors Constructor Description Env() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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_START_MAXIMIZED
Should the browser start maximized?. Default value istrue. -
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()
-