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

[feature] Adding stop-at-first-match support via template #540

Closed
ehsandeep opened this issue Feb 16, 2021 · 0 comments · Fixed by #975
Closed

[feature] Adding stop-at-first-match support via template #540

ehsandeep opened this issue Feb 16, 2021 · 0 comments · Fixed by #975
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects

Comments

@ehsandeep
Copy link
Member

Same support as we have via flag using -stop-at-first-match flag, will be helpful for the case where we have multiple possible paths for same file, in cases where we found matches at the start, we can avoid making additional requests.

requests:
  - method: GET
    path:
      - "{{BaseURL}}"

    stop-at-first-match: true
    matchers-condition: and
    matchers:
@ehsandeep ehsandeep added the Type: Enhancement Most issues will probably ask for additions or changes. label Feb 18, 2021
@ehsandeep ehsandeep added enhancement and removed Type: Enhancement Most issues will probably ask for additions or changes. labels May 26, 2021
@ehsandeep ehsandeep added this to To do in v2.5.0 via automation Aug 16, 2021
@Ice3man543 Ice3man543 linked a pull request Aug 25, 2021 that will close this issue
@Ice3man543 Ice3man543 added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Aug 25, 2021
@Ice3man543 Ice3man543 moved this from To do to Done in v2.5.0 Aug 25, 2021
@forgedhallpass forgedhallpass added Type: Enhancement Most issues will probably ask for additions or changes. and removed enhancement labels Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants