usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.63k stars 1.28k forks source link

Feat/import translation for deprecated pm import #3388

Closed Pragadesh-45 closed 2 days ago

Pragadesh-45 commented 3 weeks ago

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:

test['test description'] = boolean_condition

test("test description", function() {
  expect(boolean_condition).to.be.true;

*working on other deprecated and missing translations

Contribution Checklist: