Skip to content

Simplify RequestSpec declaration in scenario yaml file #51

Description

@greenlaw110

At the moment we declare ResquestSpec as:

request:
    method: GET|POST|PUT|DELETE
    url: <url>

The simplified form will be

request:
    get|post|put|delete: <url>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions