"name":"Get testing data file \"accounts.json\" and save in context",
"result":{
"status":"passed",
"duration":7000000
}
},
{
"arguments":[],
"keyword":"Given ",
"line":9,
"name":"Home page opened",
"result":{
"status":"passed",
"duration":121000000
}
}
]
},
{
"id":"end-to-end-test-case-948;case-948",
"keyword":"Scenario",
"line":16,
"line":10,
"name":"case-948",
"tags":[
{
"name":"@case-948",
"line":1
},
{
"name":"@login",
"line":15
}
],
"type":"scenario",
...
...
@@ -84,7 +31,8 @@
"line":4,
"name":"Home page opened",
"result":{
"status":"skipped"
"status":"passed",
"duration":154000000
}
},
{
...
...
@@ -93,16 +41,18 @@
"line":5,
"name":"Get testing data file \"accounts.json\" and save in context",
"result":{
"status":"skipped"
"status":"passed",
"duration":2000000
}
},
{
"arguments":[],
"keyword":"Then ",
"line":17,
"name":"login after input credential with testData number \"case-948\"",
"line":11,
"name":"Login after input credential with testData number \"case-948\"",
"result":{
"status":"skipped"
"status":"failed",
"error_message":"AssertionError: Timed out retrying after 5000ms: expected 'http://172.22.18.152/login' to include 'home'\n at Context.eval (http://172.22.18.152/__cypress/tests?p=cypress\\integration\\case-948.feature:86:12)\n at Context.resolveAndRunStepDefinition (http://172.22.18.152/__cypress/tests?p=cypress\\integration\\case-948.feature:10572:29)\n at Context.eval (http://172.22.18.152/__cypress/tests?p=cypress\\integration\\case-948.feature:9893:35)"
"error_message":"CypressError: `cy.visit()` must be called with a `url` or an `options` object containing a `url` as its 1st argument\n at Context.visit (http://172.22.18.152/__cypress/runner/cypress_runner.js:143674:19)\nFrom Your Spec Code:\n at Context.eval (http://172.22.18.152/__cypress/tests?p=cypress\\integration\\case948.feature:77:6)\n at Context.resolveAndRunStepDefinition (http://172.22.18.152/__cypress/tests?p=cypress\\integration\\case948.feature:10515:29)\n at Context.eval (http://172.22.18.152/__cypress/tests?p=cypress\\integration\\case948.feature:9836:35)"