- GaleniumConfiguration - Class in io.wcm.qa.glnm.configuration
-
Central place to integrate test run and environment configuration from Maven et al.
- GaleniumContext - Class in io.wcm.qa.glnm.context
-
Keeps important data for each thread.
- GaleniumContext() - Constructor for class io.wcm.qa.glnm.context.GaleniumContext
-
- GaleniumException - Exception in io.wcm.qa.glnm.exceptions
-
Runtime exception for Galenium.
- GaleniumException(String) - Constructor for exception io.wcm.qa.glnm.exceptions.GaleniumException
-
Constructor for GaleniumException.
- GaleniumException(String, Throwable) - Constructor for exception io.wcm.qa.glnm.exceptions.GaleniumException
-
Constructor for GaleniumException.
- GaleniumLoggingUtil - Class in io.wcm.qa.glnm.logging.util
-
Utility methods and constants around logging.
- GaleniumReportUtil - Class in io.wcm.qa.glnm.reporting
-
Utility class containing methods handling reporting.
- get(String) - Static method in class io.wcm.qa.glnm.context.GaleniumContext
-
Get a custom object for the current thread.
- getActualImagesDirectory() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
The root directory for storing sample images of current run.
- getAdditionalExtensions() - Method in class org.junit.jupiter.params.CombinatorialTestInvocationContext
- getAllPropertiesContaining(Properties, String) - Static method in class io.wcm.qa.glnm.configuration.PropertiesUtil
-
Filter properties by key part.
- getAllPropertiesWithPrefix(Properties, String) - Static method in class io.wcm.qa.glnm.configuration.PropertiesUtil
-
Filter properties by key prefix.
- getAuthorPass() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Password to use when logging into author.
- getAuthorUser() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Username to use when logging into author.
- getBaseUrl() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
The base URL to use when running tests.
- getChromeBinaryPath() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Path to Chrome binary which is passed to driver.
- getComponentName() - Method in class io.wcm.qa.glnm.aem.AemComponentUrlBuilder
-
- getContentPath() - Method in class io.wcm.qa.glnm.aem.AemComponentUrlBuilder
-
- getContext() - Static method in class io.wcm.qa.glnm.context.GaleniumContext
-
getContext.
- getCurrentDriver() - Static method in class io.wcm.qa.glnm.webdriver.WebDriverManagement
-
Return the driver already in use.
- getDefaultWebdriverTimeout() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Default timeout for webdriver in seconds.
- getDriver() - Static method in class io.wcm.qa.glnm.context.GaleniumContext
-
Getter for the field driver
.
- getExpectedImagesDirectory() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Path to root folder of expected image samples to verify against.
- getExtension() - Method in class io.wcm.qa.glnm.aem.AemComponentUrlBuilder
-
- getFilteredProperties(Properties, Pattern) - Static method in class io.wcm.qa.glnm.configuration.PropertiesUtil
-
Filter properties by regular expression.
- getGalenJsTestPath() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Path to root folder containing Galen JS tests.
- getGalenSpecPath() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Path to root folder containing Galen specs.
- getGridHost() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Selenium Grid hostname or address.
- getGridPort() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Selenium Grid port number.
- getHost() - Method in class io.wcm.qa.glnm.aem.AemComponentUrlBuilder
-
- getHttpPass() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
HTTP password to use in HTTP basic auth.
- getHttpUser() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
HTTP username to use in HTTP basic auth.
- getLowerBound() - Method in interface io.wcm.qa.glnm.mediaquery.MediaQuery
-
getLowerBound.
- getMarkedLogger(Marker, Logger) - Static method in class io.wcm.qa.glnm.logging.util.GaleniumLoggingUtil
-
Gets a logger which marks every entry with the passed Marker
.
- getMarkedLogger(String, Logger) - Static method in class io.wcm.qa.glnm.logging.util.GaleniumLoggingUtil
-
Gets a logger which marks every entry with a Marker
using the passed string.
- getMarker(String) - Static method in class io.wcm.qa.glnm.logging.util.GaleniumLoggingUtil
-
getMarker.
- getMatchingMediaQuery(int) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
Returns matching media query from configuration.
- getMediaQueries() - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
getMediaQueries.
- getMediaQueries(File) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
getMediaQueries.
- getMediaQueries(Properties) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
getMediaQueries.
- getMediaQueries(String) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
getMediaQueries.
- getMediaQueryByName(String) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
getMediaQueryByName.
- getMediaQueryForViewportWidth(int) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
MQ for viewport width.
- getMediaQueryHeight() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Height to use when instantiating devices using media queries.
- getMediaQueryMaximalWidth() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Height to use when instantiating devices using media queries.
- getMediaQueryMinimalWidth() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Height to use when instantiating devices using media queries.
- getMediaQueryPropertiesPath() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Path to media query definitions.
- getName() - Method in class io.wcm.qa.glnm.logging.logback.MarkedLogger
- getName() - Method in interface io.wcm.qa.glnm.mediaquery.MediaQuery
-
getName.
- getNewMediaQuery(String, int, int) - Static method in class io.wcm.qa.glnm.mediaquery.MediaQueryUtil
-
- getNumberOfBrowserInstantiationRetries() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Number of retries when instantiating browsers.
- getNumberOfRetries() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Number of retries for failed tests.
- getParameterCount() - Method in class org.junit.jupiter.params.CombinatorialTestMethodContext
- getParentStep() - Method in class io.wcm.qa.glnm.reporting.AllureNestedStepping
-
- getPort() - Method in class io.wcm.qa.glnm.aem.AemComponentUrlBuilder
-
- getProtocol() - Method in class io.wcm.qa.glnm.aem.AemComponentUrlBuilder
-
- getReportDirectory() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Report root folder.
- getSanitized(String, int) - Static method in class io.wcm.qa.glnm.format.NameUtil
-
Get string input sanitized for use in names.
- getTestLogDirectory() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Test log root folder.
- getTextComparisonOutputDirectory() - Static method in class io.wcm.qa.glnm.configuration.GaleniumConfiguration
-
Directory to retrieve the text samples from.
- getTupelsFor(Integer...) - Static method in class io.wcm.qa.glnm.pairwise.PairwiseDefinition
-
Returns pairwise selected tupels for the domain sizes
- getUpperBound() - Method in interface io.wcm.qa.glnm.mediaquery.MediaQuery
-
getUpperBound.
- getWait(int) - Static method in class io.wcm.qa.glnm.webdriver.WebDriverManagement
-
Get a WebDriverWait
for the current driver..
- getWait(int, int) - Static method in class io.wcm.qa.glnm.webdriver.WebDriverManagement
-
Get a WebDriverWait
for the current driver..