Package org.apache.wiki.its.environment
Class Env
java.lang.Object
org.apache.wiki.its.environment.Env
public class Env extends Object
Tests' environment values that can be overwritten through System properties.
-
Field Summary
Fields Modifier and Type Field Description static StringLOGIN_JANNE_PASSWORDJanne's password.static StringLOGIN_JANNE_USERNAMEJanne's username.static StringTESTS_BASE_URLBase url on which the functional tests are run.static booleanTESTS_CONFIG_HEADLESSShould the browser start on headless mode?static StringTESTS_CONFIG_REPORTS_FOLDERSelenide tests reports' folder.static booleanTESTS_CONFIG_START_MAXIMIZEDShould the browser start maximized?.static StringTESTS_CONFIG_WDM_TARGET_PATHFolder where the WebDriver will be downloaded. -
Constructor Summary
Constructors Constructor Description Env() -
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_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_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()
-