-
Notifications
You must be signed in to change notification settings - Fork 107
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
Making a request now triggers plugin/post-scripts of all requests #278
Comments
I have been suspecting that there might be a bug in the import code. Related to postman. Check your plugins in the navbar just in case. I have seen some stray global plugins appear. Also, this seems like there are multiple scripts attached to the same collection id. Can you send your postman collection here (removing all sensitive data) so I can debug and fix this? |
not sure if that's related but when I have script on top folder, importing into restfox, shall we convert it as plugins? Attached collection: Debug.postman_collection.json |
here you go |
Yes that should be good. |
By the way, I'm really glad you caught this bug. I've noticed the random empty plugins once in a while in the workspace plugins list and it had been bothering me. Didn't know what was causing it. Had it in my todo list to check it out. |
nice to hear that issue has been resolved. |
hey @flawiddsouza just found one thing, I set post script at grandchild 1 folder, but it was lost when importing into restfox. |
Send your PR. I'll look into it. |
I imported a postman collection, some requests have post scripts, some don't. However when I call a request without postscript, looking into console logs, all post scripts are now triggered.
for instance this request has only one test, but it calls 100+ tests from other requests.
The text was updated successfully, but these errors were encountered: