zerocode icon indicating copy to clipboard operation
zerocode copied to clipboard

Meta Data section in the scenario JSON

Open authorjapps opened this issue 6 years ago • 20 comments

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 avatar Feb 16 '19 15:02 authorjapps

@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 avatar Feb 27 '19 06:02 aghorpade

@aghorpade , Yes, you are exactly right(scenario) 👍 . Updated the description. That was a typo. Thanks for noticing it !

authorjapps avatar Feb 27 '19 21:02 authorjapps

@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.

jneate avatar May 18 '19 12:05 jneate

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 avatar May 20 '19 21:05 authorjapps

@authorjapps Hello! Do you still need help fixing this issue? If so, I'd love to give it a shot. Thanks!

tanvimehta avatar Oct 09 '20 03:10 tanvimehta

Hello @tanvimehta , we will refine the ACs slightly and update you soon. Thanks for your interest ✌️

nirmalchandra avatar Oct 15 '20 06:10 nirmalchandra

@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 :)

priya1712d avatar Jan 21 '22 23:01 priya1712d

@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 avatar Nov 24 '23 10:11 chaitanya1607

@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 avatar Nov 30 '23 22:11 authorjapps

@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.

DohaRamadan avatar Feb 12 '24 19:02 DohaRamadan