chimpy
Version:
Develop acceptance tests & end-to-end tests with realtime feedback.
178 lines • 5.2 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": 1816296
},
"line": 9,
"match": {
"location": "/Users/trolled/Projects/chimpy/features/step_definitions/es2015-steps.js:3"
}
},
{
"arguments": [],
"keyword": "Then ",
"name": "it works",
"result": {
"status": "passed",
"duration": 189282
},
"line": 10,
"match": {
"location": "/Users/trolled/Projects/chimpy/features/step_definitions/es2015-steps.js:17"
}
},
{
"arguments": [],
"keyword": "After ",
"result": {
"status": "passed",
"duration": 731022
},
"hidden": true,
"match": {
"location": "/Users/trolled/Projects/chimpy/dist/lib/cucumberjs/hooks.js:66"
}
}
],
"tags": [],
"type": "scenario"
}
],
"id": "es2015-in-step-definitions",
"keyword": "Feature",
"line": 1,
"name": "ES2015 in step definitions",
"tags": [],
"uri": "/Users/trolled/Projects/chimpy/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": 3043178377
},
"line": 9,
"match": {
"location": "/Users/trolled/Projects/chimpy/features/step_definitions/webdriver-steps.js:3"
}
},
{
"arguments": [],
"keyword": "Then ",
"name": "I see the title of \"Google\"",
"result": {
"status": "passed",
"duration": 8136210
},
"line": 10,
"match": {
"location": "/Users/trolled/Projects/chimpy/features/step_definitions/webdriver-steps.js:7"
}
},
{
"arguments": [],
"keyword": "After ",
"result": {
"status": "passed",
"duration": 459069
},
"hidden": true,
"match": {
"location": "/Users/trolled/Projects/chimpy/dist/lib/cucumberjs/hooks.js:66"
}
}
],
"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": 1725475396
},
"line": 14,
"match": {
"location": "/Users/trolled/Projects/chimpy/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": 22707009
},
"line": 15,
"match": {
"location": "/Users/trolled/Projects/chimpy/features/step_definitions/webdriver-steps.js:7"
}
},
{
"arguments": [],
"keyword": "After ",
"result": {
"status": "passed",
"duration": 125274
},
"hidden": true,
"match": {
"location": "/Users/trolled/Projects/chimpy/dist/lib/cucumberjs/hooks.js:66"
}
}
],
"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/trolled/Projects/chimpy/features/webdriver.feature"
}
]