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

Parentsparent #190

Merged
merged 7 commits into from
Oct 18, 2023
Merged

Parentsparent #190

merged 7 commits into from
Oct 18, 2023

Conversation

cedric05
Copy link
Owner

@cedric05 cedric05 commented Oct 18, 2023

Any new Feature should handle all of below

  • http2har (export to all programming languages using httpsnippet or request sharing)
  • har2http (swagger3 import, swagger2 import, curl import)
  • postman2http (postman3 postman2 import)
  • http2postman (export http file to postman request collection)
  • http2curl (mirror, to check syntax or most scenarios)

are expected to work by default for any new feature. here is the checklist

  • add recursive parent test case

    • check urls
      • with and without slash (all combinations) and multiple levels
    • check headers
      • priority (headers from current taken priority over parent, and parent's parent ..)
    • check auth
    • check query
      • priority (query from current taken priority over parent, and parent's parent ..)
  • import recrusively??

    • do we want to handle recursive imports ?
  • test case for rescursive imports

  • check curl

  • check history

  • check request executed properly

    • test case
  • check har is generated properly and test case

    • test case
  • check postman collection export of that use is generated properly

    • test case
    • postman support parent's parent (grandparent) and so on. fix this
  • check with this new feature, postman import (few left out) can be bought back

    • test case
  • check curl is generated like expected

    • test case
  • check format is generated as expected

    • test case

- can import files with relative name
- can import files with absolute name
- can import files recursively
- can import files with extension skipped
- can give position info for import
@cedric05 cedric05 self-assigned this Oct 18, 2023
@cedric05
Copy link
Owner Author

fixes #177 , #176 #175

@cedric05 cedric05 merged commit cb5dcd4 into main Oct 18, 2023
4 checks passed
cedric05 added a commit that referenced this pull request Oct 18, 2023
feature: add support for loading parent's parent (and so on) and loading import from multiple files

- can import files with relative name
- can import files with absolute name
- can import files recursively
- can import files with extension skipped
- can give position info for import
* Fix test cases, recursive test cases, import test cases
* Refactor: rename Allhttp to MultidefHttp
@cedric05 cedric05 deleted the parentsparent branch February 6, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant