Skip to content

Instantly share code, notes, and snippets.

@fguillen
Created March 13, 2012 10:18
Show Gist options
  • Save fguillen/2028001 to your computer and use it in GitHub Desktop.
Save fguillen/2028001 to your computer and use it in GitHub Desktop.
TESTA suite description
output_path: "~/testa-logs"
tests:
interstitial:
name: "interstitial"
commands: |
navigate.to "http://interstitial.com"
command1
command2
command3
brandengage:
name: "brandengage"
commands: |
navigate.to "http://brandengage.com"
command1
command2
command3
browsers:
ios-firefox:
name: "ios-firefox"
url: "http://127.0.0.1:4444/wd/hub"
browser: "firefox"
ios-chrome:
name: "ios-chrome"
url: "http://127.0.0.1:4444/wd/hub"
browser: "chrome"
suites:
integrations:
name: "integrations"
tests:
- "interstitial"
- "brandengage"
browsers:
- "ios-firefox"
- "ios-chrome"
mobile:
name: "integrations"
tests:
- "mobile-banner"
- "mobile-offerwall"
browsers:
- "ios-firefox"
- "ios-chrome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment