Closed tschwecke closed 10 years ago
Adding imports section to test suite that will (for now) pull in all requestTemplates, responseTemplates, and setupAndTeardowns from other files so they can be referenced in the active test file like so:
imports
requestTemplates
responseTemplates
setupAndTeardowns
{ "imports": [{ "file": "test.json" }] ... }
Adding
imports
section to test suite that will (for now) pull in allrequestTemplates
,responseTemplates
, andsetupAndTeardowns
from other files so they can be referenced in the active test file like so: