Lallu Anthoor

Results 8 issues of Lallu Anthoor

# Description 1. This PR allows translation of additional Postman specific scripts. - `pm.response.json()` → `res.getBody()` - `pm.environment.has("xyz")` → `bru.getEnvVar("xyz") !== undefined && bru.getEnvVar("xyz") !== null` - `pm.expect( ... )`...

pr-feature

Allow translation of - `pm.response.json()` - `pm.environment.has("xyz")` - `pm.expect(...)`

enhancement

# Description Resolve the typos in the configuration and issue templates. Fixes #2026 ### Contribution Checklist: - [x] **The pull request only addresses one issue or adds one feature.** -...

When creating a new issue, the issue template form is not displayed.

# Description - fixes for the `prettier` issues - replaces the `dorny/test-reporter@v1` with a slightly better `EnricoMi/publish-unit-test-result-action@v2` - results are always visible in actions run summary - does not publish...

### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...

bug

# Description Partially addresses #2901. Steps are required from the maintainers to close the issue (making checks "Required"). - added junit test result reporter for unit tests - added coverage...

size/L

### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add Currently, the unit...

enhancement