Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "protractorConfig"

Index

Variables

Object literals

Variables

SCREEN_HEIGHT

SCREEN_HEIGHT: 960 = 960

SCREEN_WIDTH

SCREEN_WIDTH: 1280 = 1280

Object literals

config

config: object

baseUrl

baseUrl: string = "http://confluence:8090/"

framework

framework: string = "jasmine"

seleniumAddress

seleniumAddress: string = "http://localhost:4444/wd/hub"

specs

specs: string[] = ["specs/common/prepareTestSetup.spec.js","specs/*.spec.js",]

onPrepare

  • onPrepare(): Promise<any>
  • Returns Promise<any>

capabilities

capabilities: object

browserName

browserName: string = "chrome"

phantomjs.binary.path

phantomjs.binary.path: any = require("phantomjs-prebuilt").path

phantomjs.ghostdriver.cli.args

phantomjs.ghostdriver.cli.args: string[] = ["--loglevel=DEBUG"]

chromeOptions

chromeOptions: object

args

args: string[] = ["lang=en-EN", "--window-size=" + SCREEN_WIDTH + "," + SCREEN_HEIGHT, "disable-infobars=true"]

prefs

prefs: object

credentials_enable_service

credentials_enable_service: boolean = false

intl

intl: object

accept_languages

accept_languages: string = "en-EN"

profile

profile: object

password_manager_enabled

password_manager_enabled: boolean = false

params

params: object

confluenceConfig

confluenceConfig: string = "default"

Generated using TypeDoc