Top Level Namespace

Defined Under Namespace

Modules: Checker, GenericTest, Xpath

Constant Summary collapse

GT_LOGIN_URL =

Returns Generic Test URL to login before arriving at PAGE_URL to test. Needs GT_USERNAME and GT_PASSWORD to be used.

Returns:

  • (String)

    Generic Test URL to login before arriving at PAGE_URL to test. Needs GT_USERNAME and GT_PASSWORD to be used

'GT_LOGIN_URL'
GT_USERNAME =
'GT_USERNAME'
GT_PASSWORD =
'GT_PASSWORD'
GT_PAGE_SETTING_FILE =
'generic_test.page.yml'