You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a powershell script that should start prism mock instance, and then execute postman collection tests against that host using newman in same powershell script.
The problem is when the script reach 'npx prism mock https://raw.githack.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore-expanded.yaml' then the process stop within this service, and will not continue executing the newman cli part of the script.
Any ideas how I can start prism "silently" while still being able to exit that instance running in the end of the powershell script?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm building a powershell script that should start prism mock instance, and then execute postman collection tests against that host using newman in same powershell script.
The problem is when the script reach 'npx prism mock https://raw.githack.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore-expanded.yaml' then the process stop within this service, and will not continue executing the newman cli part of the script.
Any ideas how I can start prism "silently" while still being able to exit that instance running in the end of the powershell script?
Beta Was this translation helpful? Give feedback.
All reactions