Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implements req.getPathName() #3298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tlaloc911
Copy link
Contributor

@tlaloc911 tlaloc911 commented Oct 14, 2024

Description

implements function req.getPathName() in GUI and CLI

image

Resolves #2480, #1874, #987, #3195

GUI
image

CLI

$ node ~/dev/bruno/packages/bruno-cli/bin/bru.js run f2/subgoogle.bru 
Running Request 

f2/subgoogle (200 OK) - 372 ms
** PostResponse script **
Execution Mode:cli
Pathname:/home/tom/Documentos/test/Test/f2/subgoogle.bru
** PostResponse script  END **
   ✓ HTTP OK

Requests:    1 passed, 1 total
Tests:       1 passed, 1 total
Assertions:  0 passed, 0 total

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

@tlaloc911 tlaloc911 changed the title implement req.getPathName() implements req.getPathName() Oct 14, 2024
@tlaloc911 tlaloc911 mentioned this pull request Oct 14, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] New bru.scriptpath with path to .bru file in addition to bru.cwd
1 participant