You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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": [
]
}
The text was updated successfully, but these errors were encountered:
Test suites should support a
setup
and ateardown
block. Thesetup
block expects a list of requests to be made to setup data for the test suite and theteardown
block expects a list of requests to teardown/cleanup the data for the test suite.The text was updated successfully, but these errors were encountered: