Skip to content

Instantly share code, notes, and snippets.

@shinglyu
Created March 7, 2016 06:29
Show Gist options
  • Save shinglyu/0561d03bb0cc5a9c2222 to your computer and use it in GitHub Desktop.
Save shinglyu/0561d03bb0cc5a9c2222 to your computer and use it in GitHub Desktop.
{
"some/file/name":
[
{
"priority": 1.0,
"steps": [
{
"expected": "",
"step": "create pre-recorded user name and password"
},
{
"expected": "",
"step": "open application name"
},
{
"expected": "",
"step": "input pre-recorded user name in user name field"
},
{
"expected": "",
"step": "input password reference to pre-recorded user name in password field"
},
{
"expected": "show sucessfully login message",
"step": "click login button "
}
],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment