Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setup and teardown attributes in test suites #31

Open
kkajla12 opened this issue Jun 9, 2023 · 0 comments
Open

Support setup and teardown attributes in test suites #31

kkajla12 opened this issue Jun 9, 2023 · 0 comments

Comments

@kkajla12
Copy link
Member

kkajla12 commented Jun 9, 2023

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": [

   ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant