-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.json
1 lines (1 loc) · 2.13 KB
/
report.json
1
[{"description":"","id":"counter","keyword":"Feature","line":1,"name":"Counter","uri":"./test_driver/features/counter.feature","elements":[{"keyword":"Scenario","type":"scenario","id":"counter;counter increases when the button is pressed","name":"Counter increases when the button is pressed","description":"","line":4,"steps":[{"keyword":"When ","name":"I tap the \"increment\" button 10 times","line":5,"match":{"location":"./test_driver/features/counter.feature:5"},"result":{"status":"passed","duration":4123000000}},{"keyword":"Then ","name":"I expect the \"counter\" to be \"10\"","line":6,"match":{"location":"./test_driver/features/counter.feature:6"},"result":{"status":"passed","duration":102000000}}]},{"keyword":"Scenario","type":"scenario","id":"counter;counter decreases when the delete button is pressed","name":"Counter decreases when the delete button is pressed","description":"","line":8,"steps":[{"keyword":"When ","name":"I tap the \"increment\" button 5 times","line":9,"match":{"location":"./test_driver/features/counter.feature:9"},"result":{"status":"passed","duration":2038000000}},{"keyword":"And ","name":"I decrement the counter 2 times","line":10,"match":{"location":"./test_driver/features/counter.feature:10"},"result":{"status":"passed","duration":651000000}},{"keyword":"Then ","name":"I expect the \"counter\" to be \"3\"","line":11,"match":{"location":"./test_driver/features/counter.feature:11"},"result":{"status":"passed","duration":90000000}}]},{"keyword":"Scenario","type":"scenario","id":"counter;counter at the start of the app","name":"Counter at the start of the app","description":"","line":13,"steps":[{"keyword":"When ","name":"I restart the app","line":14,"match":{"location":"./test_driver/features/counter.feature:14"},"result":{"status":"passed","duration":5290000000}},{"keyword":"Then ","name":"I expect the \"counter\" to be \"0\"","line":15,"match":{"location":"./test_driver/features/counter.feature:15"},"result":{"status":"passed","duration":260000000}},{"keyword":"Then ","name":"I'm happy","line":16,"match":{"location":"./test_driver/features/counter.feature:16"},"result":{"status":"passed","duration":1000000}}]}]}]