Closed Pragadesh-45 closed 2 days ago
This PR implements the translation for importing Postman collections from the deprecated method of writing test scripts. Specifically, it translates the test[] check illustrated below:
test[]
test['test description'] = boolean_condition
test("test description", function() { expect(boolean_condition).to.be.true;
*working on other deprecated and missing translations
Description
This PR implements the translation for importing Postman collections from the deprecated method of writing test scripts. Specifically, it translates the
test[]
check illustrated below:*working on other deprecated and missing translations
Contribution Checklist: