contexts:
- name: workspace
urls:
- ${targetUrl}/workspace/
- ${targetUrl}
includePaths:
- ${targetUrl}.*
authentication:
method: browser
parameters:
loginPageUrl: ${targetUrl}/workspace/
browserId: chrome
loginPageWait: 20
steps:
- description: Enter username
type: USERNAME
cssSelector: input#emailInput
timeout: 1000
- description: Submit email
type: CLICK
cssSelector: input#submitbutton
timeout: 1000
- description: Enter password
type: PASSWORD
xpath: "//input[@name=\"passwd\"]"
timeout: 1000
- description: Sign in
type: CLICK
xpath: "//input[@type=\"submit\"]"
timeout: 1000
- description: Stay signed in
type: CLICK
xpath: "//input[@type=\"submit\"]"
timeout: 1000
verification:
method: autodetect
sessionManagement:
method: autodetect
parameters: {}
technology: {}
structure: {}
users:
- name: *tu
credentials:
password: ${testPassword}
username: ${testUser}