Skip to content

Support setup and teardown attributes in test suites #31

@kkajla12

Description

@kkajla12

Test suites should support a setup and a teardown block. The setup block expects a list of requests to be made to setup data for the test suite and the teardown block expects a list of requests to teardown/cleanup the data for the test suite.

{
   "setup": [

   ],
   "tests": [

   ],
   "teardown": [

   ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions