Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. [
  2. {
  3. "keyword": "Feature",
  4. "name": "Android test scenarios",
  5. "line": 1,
  6. "description": "",
  7. "id": "android-test-scenarios",
  8. "uri": "/usr/local/automation/android/features/all.feature",
  9. "elements": [
  10. {
  11. "keyword": "Scenario",
  12. "name": "Login with unconfirmed user using email",
  13. "line": 4,
  14. "description": "",
  15. "tags": [
  16. {
  17. "name": "@login_error",
  18. "line": 3
  19. }
  20. ],
  21. "id": "android-test-scenarios;login-with-unconfirmed-user-using-email",
  22. "type": "scenario",
  23. "steps": [
  24. {
  25. "keyword": "Given ",
  26. "name": "I am on the Title screen",
  27. "line": 5,
  28. "match": {
  29. "location": "/usr/local/automation/android/features/step_definitions/title_screen_steps.rb:10"
  30. },
  31. "result": {
  32. "status": "passed",
  33. "duration": 1276923000
  34. }
  35. },
  36. {
  37. "keyword": "When ",
  38. "name": "I touch login link",
  39. "line": 6,
  40. "match": {
  41. "location": "/usr/local/automation/android/features/step_definitions/title_screen_steps.rb:19"
  42. },
  43. "result": {
  44. "status": "passed",
  45. "duration": 1615438000
  46. }
  47. },
  48. {
  49. "keyword": "Then ",
  50. "name": "I should see Login screen",
  51. "line": 7,
  52. "match": {
  53. "location": "/usr/local/automation/android/features/step_definitions/login_screen_steps.rb:18"
  54. },
  55. "result": {
  56. "status": "passed",
  57. "duration": 352001000
  58. }
  59. },
  60. {
  61. "keyword": "When ",
  62. "name": "I fill account fields with email: \"tester@test.com\" and password \"password\" and login",
  63. "line": 8,
  64. "match": {
  65. "arguments": [
  66. {
  67. "offset": 35,
  68. "val": "tester@test.com"
  69. },
  70. {
  71. "offset": 73,
  72. "val": "password"
  73. }
  74. ],
  75. "location": "/usr/local/automation/android/features/step_definitions/login_screen_steps.rb:38"
  76. },
  77. "result": {
  78. "status": "passed",
  79. "duration": 4619575000
  80. }
  81. },
  82. {
  83. "keyword": "Then ",
  84. "name": "I should see error message",
  85. "line": 9,
  86. "match": {
  87. "location": "/usr/local/automation/android/features/step_definitions/login_screen_steps.rb:62"
  88. },
  89. "result": {
  90. "status": "passed",
  91. "duration": 1201275000
  92. }
  93. }
  94. ]
  95. },
  96. {
  97. "keyword": "Scenario",
  98. "name": "Login with confirmed user using email",
  99. "line": 12,
  100. "description": "",
  101. "tags": [
  102. {
  103. "name": "@login_success_email",
  104. "line": 11
  105. }
  106. ],
  107. "id": "android-test-scenarios;login-with-confirmed-user-using-email",
  108. "type": "scenario",
  109. "steps": [
  110. {
  111. "keyword": "Given ",
  112. "name": "I am on the Title screen",
  113. "line": 13,
  114. "match": {
  115. "location": "/usr/local/automation/android/features/step_definitions/title_screen_steps.rb:10"
  116. },
  117. "result": {
  118. "status": "passed",
  119. "duration": 1283846000
  120. }
  121. },
  122. {
  123. "keyword": "When ",
  124. "name": "I touch login link",
  125. "line": 14,
  126. "match": {
  127. "location": "/usr/local/automation/android/features/step_definitions/title_screen_steps.rb:19"
  128. },
  129. "result": {
  130. "status": "passed",
  131. "duration": 1610451000
  132. }
  133. },
  134. {
  135. "keyword": "Then ",
  136. "name": "I should see Login screen",
  137. "line": 15,
  138. "match": {
  139. "location": "/usr/local/automation/android/features/step_definitions/login_screen_steps.rb:18"
  140. },
  141. "result": {
  142. "status": "passed",
  143. "duration": 298754000
  144. }
  145. },
  146. {
  147. "keyword": "When ",
  148. "name": "I fill account fields with email: \"teston10532@gmail.com\" and password \"P@ssw0rd\" and login",
  149. "line": 16,
  150. "match": {
  151. "arguments": [
  152. {
  153. "offset": 35,
  154. "val": "teston10532@gmail.com"
  155. },
  156. {
  157. "offset": 72,
  158. "val": "P@ssw0rd"
  159. }
  160. ],
  161. "location": "/usr/local/automation/android/features/step_definitions/login_screen_steps.rb:38"
  162. },
  163. "result": {
  164. "status": "passed",
  165. "duration": 4610596000
  166. }
  167. },
  168. {
  169. "keyword": "Then ",
  170. "name": "I should see Home screen",
  171. "line": 17,
  172. "match": {
  173. "location": "/usr/local/automation/android/features/step_definitions/home_screen_steps.rb:18"
  174. },
  175. "result": {
  176. "status": "passed",
  177. "duration": 6283669000
  178. }
  179. }
  180. ]
  181. }
  182. ]
  183. }
  184. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement