@opstarts/chimp
Version:
Develop acceptance tests & end-to-end tests with realtime feedback.
178 lines • 5.19 kB
JSON
[
{
"description": " As a developer\n I want to write step definitions with ES2015\n So that I can use all the new ES2015 features",
"elements": [
{
"id": "es2015-in-step-definitions;use-es2015",
"keyword": "Scenario",
"line": 7,
"name": "Use ES2015",
"steps": [
{
"arguments": [],
"keyword": "When ",
"name": "I use ES2015",
"result": {
"status": "passed",
"duration": 620617
},
"line": 9,
"match": {
"location": "/Users/billy/Development/chimp/features/step_definitions/es2015-steps.js:3"
}
},
{
"arguments": [],
"keyword": "Then ",
"name": "it works",
"result": {
"status": "passed",
"duration": 144568
},
"line": 10,
"match": {
"location": "/Users/billy/Development/chimp/features/step_definitions/es2015-steps.js:17"
}
},
{
"arguments": [],
"keyword": "After ",
"result": {
"status": "passed",
"duration": 184916
},
"hidden": true,
"match": {
"location": "/Users/billy/Development/chimp/dist/lib/cucumberjs/hooks.js:68"
}
}
],
"tags": [],
"type": "scenario"
}
],
"id": "es2015-in-step-definitions",
"keyword": "Feature",
"line": 1,
"name": "ES2015 in step definitions",
"tags": [],
"uri": "/Users/billy/Development/chimp/features/es2015.feature"
},
{
"description": " As a developer\n I want to have webdriver available to me in my steps\n So that I don't have to configure my world object and I focus on testing",
"elements": [
{
"id": "use-browser-inside-steps;visit-google",
"keyword": "Scenario",
"line": 8,
"name": "Visit Google",
"steps": [
{
"arguments": [],
"keyword": "When ",
"name": "I visit \"http://www.google.com\"",
"result": {
"status": "passed",
"duration": 859561836
},
"line": 9,
"match": {
"location": "/Users/billy/Development/chimp/features/step_definitions/webdriver-steps.js:3"
}
},
{
"arguments": [],
"keyword": "Then ",
"name": "I see the title of \"Google\"",
"result": {
"status": "passed",
"duration": 9677997
},
"line": 10,
"match": {
"location": "/Users/billy/Development/chimp/features/step_definitions/webdriver-steps.js:7"
}
},
{
"arguments": [],
"keyword": "After ",
"result": {
"status": "passed",
"duration": 61977
},
"hidden": true,
"match": {
"location": "/Users/billy/Development/chimp/dist/lib/cucumberjs/hooks.js:68"
}
}
],
"tags": [
{
"name": "@watch",
"line": 7
}
],
"type": "scenario"
},
{
"id": "use-browser-inside-steps;visit-github",
"keyword": "Scenario",
"line": 13,
"name": "Visit Github",
"steps": [
{
"arguments": [],
"keyword": "When ",
"name": "I visit \"http://www.github.com\"",
"result": {
"status": "passed",
"duration": 1165592236
},
"line": 14,
"match": {
"location": "/Users/billy/Development/chimp/features/step_definitions/webdriver-steps.js:3"
}
},
{
"arguments": [],
"keyword": "Then ",
"name": "I see the title of \"The world's leading software development platform · GitHub\"",
"result": {
"status": "passed",
"duration": 7785740
},
"line": 15,
"match": {
"location": "/Users/billy/Development/chimp/features/step_definitions/webdriver-steps.js:7"
}
},
{
"arguments": [],
"keyword": "After ",
"result": {
"status": "passed",
"duration": 74046
},
"hidden": true,
"match": {
"location": "/Users/billy/Development/chimp/dist/lib/cucumberjs/hooks.js:68"
}
}
],
"tags": [
{
"name": "@not-watch",
"line": 12
}
],
"type": "scenario"
}
],
"id": "use-browser-inside-steps",
"keyword": "Feature",
"line": 1,
"name": "Use browser inside steps",
"tags": [],
"uri": "/Users/billy/Development/chimp/features/webdriver.feature"
}
]