-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Insomnia importer does not transfer environment variables #123
Comments
I just open sourced Nightingale's insomnia converter code. If anyone wants to help fix this bug, I'd be extremely grateful! Here is the insomnia code: https://github.com/jenius-apps/nightingale-core/tree/master/src/Nightingale.Converters/Insomnia |
Came to see if this issue existed and it does! I might see if I can work this out 👍 |
Should be available in v4.4. now. If someone can check and confirm that it's working, please let me know! |
Appears to be importing Insomnia workspaces correctly now but I'm seeing a different issue. Some environment variables don't seem to be replaced when making a request. I can dig into this a little further. Not sure if this is due to the import from Insomnia or something else. |
If you have a repro steps can you make a new issue? I can investigate |
When importing a workspace export from Insomnia, it will import the individual requests with the correct verbs but it will not transfer the environment variables from the imported workspace. I have confirmed that the environment settings are in the exported JSON from Insomnia.
Steps to Reproduce:
Expected Behaviour
Environment variables and variables used in URLs, queries and HTTP headers are correctly reflected after import.
The text was updated successfully, but these errors were encountered: