zerocode
zerocode copied to clipboard
Meta Data section in the scenario JSON
Objective
- This will help to capture any comments or useful information about authors or ticket(jira story) or a test category etc.
The section could look like below-
{
"scenarioName": "Scenario Verify Person REST apis as well as DB layer",
"ignoreStepFailures": false,
"steps": [
{
"name": "get_enitity",
"url": "/api/v1/people/visa/{id}",
"method": "GET",
"request": {
},
"assertions": {
"status": 200
}
}
],
"meta": {
"authors": ["Emma", "Sidd", "Krish"],
"tickets": ["ISSUE-519", "GT-312"],
"categories": ["dev", "sit1", "sit2"],
"others":["Runs every day", "Need to speak to Security team"]
// and so on...
}
}
- Show these in the reports etc.
@authorjapps - metdata tag is associated with steps or should it be associated with scenario? I think if we associate metadata with scenario then it will have more significance and useful too in reporting. E.g. Scenario - always comes with specific ticket and steps can have more than one steps so I think metadata should along with scenario. Suggestions?
@aghorpade , Yes, you are exactly right(scenario) 👍 . Updated the description. That was a typo. Thanks for noticing it !
@authorjapps - Do you still require help with this issue? It's my first time contributing so I'll take your judgement about whether you feel I should tackle another issue first.
Hello @jneate , thanks for your interest in contributing. Seems like we will have to expand this issue a bit - will add more details soon. You can then pick it.
In the mean time(if you get chance) You can look at this bug => https://github.com/authorjapps/zerocode/issues/241 (This was definitely working earlier, but introduced in the recent releases... ie couple versions ago).
This is a minor bug - Somewhere the report builder is missing an entry.
Hope this will give a good start for the first issue ! 👍
@authorjapps Hello! Do you still need help fixing this issue? If so, I'd love to give it a shot. Thanks!
Hello @tanvimehta , we will refine the ACs slightly and update you soon. Thanks for your interest ✌️
@authorjapps Hello team! Do you still need help with this issue? I am starting my open contribution journey, can jump in for other issues as well! Thank you in advance :)
@authorjapps Hello Team, I am new to open source contribution, I would like to explore this project. Can you help me set up this project in my local. Please share if there is any documentation. I checked the readme.md file but was not able to figure it out. Thank you in advance :)
@authorjapps Hello Team, I am new to open source contribution, I would like to explore this project. Can you help me set up this project in my local. Please share if there is any documentation. I checked the readme.md file but was not able to figure it out. Thank you in advance :)
@chaitanya1607, Thanks for your interest. Can you please use this page below to build and setup the project? https://github.com/authorjapps/zerocode/blob/master/BUILDING.md
@authorjapps Hello Team, I am new to open source contribution, I would like to explore this project. Can you help me set up this project in my local. Please share if there is any documentation. I checked the readme.md file but was not able to figure it out. Thank you in advance :)
@chaitanya1607, Thanks for your interest. Can you please use this page below to build and setup the project? https://github.com/authorjapps/zerocode/blob/master/BUILDING.md
Can I contribute to this? I'm new here and looking for something I can do.