Sha256: 0e6fc0b74bbfb43a8c41c3d57cf64cfc20abc420f57e2b853ec4e0814c4946b1

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

output_path: "~/browser_shoots"

tests:
  google: |
    navigate.to "http://www.google.de"
    shot before
    type "input[name='q']", "beautiful houses"
    click "input[name='btnG']"
    pause 3
    click "a.kls"
    pause 3
    shot after

  miniclip: |
    navigate.to "http://www.miniclip.com/games/de/"
    shot

browsers:
  ios-firefox:
    url: "http://127.0.0.1:4444/wd/hub"
    type: "firefox"

  ios-chrome:
    url: "http://127.0.0.1:4444/wd/hub"
    type: "chrome"

suites:
  suite1:
    tests:
      - google
      - miniclip
    browsers:
      - ios-firefox
      - ios-chrome

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browser_shooter-0.3.1 examples/config1.yml