authorjapps / authorjapps/zerocode

Meta Data section in the scenario JSON

Open
#207 20 comments 0 reactions 0 assignees View on GitHub
enhancement feature-request good first issue help wanted
Dominant language
Java
Stars
1k
Forks
453
Avg merge
7d 2h
Merged PRs (30d)
5

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.