Sha256: c8c304ec5065252c9ff035dea12714ef35409375c8db6cb30e01352aa66505e3

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

output_path: "~/browser_shooter"

tests:
  lightbox: |
    navigate.to "http://192.168.70.70/test/browser_shooter/lightbox_bareplayer.html"
    shot 01_first
    pause 5
    switch_to.alert.accept
    click "a"
    pause 5
    shot 02_video
    switch_to.frame "_sp_wiframe"
    execute_script "$f().play()"
    pause 3
    shot 03_video_start
    wait_for_element "span.enabled", 40
    shot 04_green_button
    click "span.enabled"
    pause 8
    switch_to.alert.accept
    shot 05_spinner
    switch_to.default_content
    click "#sp_close_x"
    switch_to.alert.accept
    pause 4
    shot 06_hidden

browsers:
  osx-chrome:
    url: "http://127.0.0.1:4444/wd/hub"
    type: "chrome"
    vm: "myVM"

  windows-chrome:
    url: "http://10.211.55.4:4444/wd/hub"
    type: "chrome"
    vm: "myVM"

  windows-firefox:
    url: "http://10.211.55.4:4444/wd/hub"
    type: "firefox"
    vm: "myVM"

  windows-ie:
    url: "http://10.211.55.4:4444/wd/hub"
    type: "ie"
    vm: "myVM"

suites:
  suite1:
    tests:
      - lightbox
    browsers:
      - osx-crhome
      - windows-chrome
      - windows-firefox
      - windows-ie

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browser_shooter-0.3.3 examples/config2.yml