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

[bug]: Postman examples are not properly imported #181

Open
pogiaron opened this issue Feb 14, 2024 · 1 comment
Open

[bug]: Postman examples are not properly imported #181

pogiaron opened this issue Feb 14, 2024 · 1 comment

Comments

@pogiaron
Copy link

pogiaron commented Feb 14, 2024

Describe the bug
In Postman you can create multiple examples for a specific API request. Those are not properly imported.
I have two API requests but with different query params in Postman:
{{irail_url}}/stations/?format=json&lang=en
{{irail_url}}/stations/?format=xml&lang=de

In firecamp these will be imported:

To Reproduce
Steps to reproduce the behavior:

  1. Import the attached Postman collection

Expected behavior
The API request with the proper params will be imported
{{irail_url}}/stations/?format=json&lang=en
{{irail_url}}/stations/?format=xml&lang=de

Screenshots

Desktop

Additional context
File to reproduce
iRail.postman_collection (5).json

@Nishchit14
Copy link
Contributor

@pogiaron thank you for sharing the sample file. It'll help me to debug the case. I'll fix and update here soon

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

No branches or pull requests

2 participants