Using cucumber I have generated the test report in cucumber.json format but error is displaying for me
ERROR MESSAGE
Error importing execution results to database:
No tests found in execution result
This is my cucumber.json file
[
{
"line": 1,
"elements": [
{
"line": 2,
"name": "Login functionality exists",
"description": "",
"id": "cucumberjava;login-functionality-exists",
"type": "scenario",
"keyword": "Scenario",
"steps": [
{
"result": {
"duration": 4773366466,
"status": "passed"
},
"line": 4,
"name": "I have gone to the Google page",
"match": {
"location": "Class1.I_have_gone_to_the_Google_page()"
},
"keyword": "Given "
},
{
"result": {
"duration": 307306164,
"status": "passed"
},
"line": 5,
"name": "I add BrandCrock to the search box",
"match": {
"location": "Class1.I_add_BrandCrock_to_the_search_box()"
},
"keyword": "When "
},
{
"result": {
"duration": 95170050,
"status": "passed"
},
"line": 6,
"name": "click the Search Button",
"match": {
"location": "Class1.click_the_Search_Button()"
},
"keyword": "Then "
}
]
}
],
"name": "CucumberJava",
"description": "",
"id": "cucumberjava",
"keyword": "Feature",
"uri": "Feature/Test.feature",
"tags": []
}