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
As part of an npm script I am stating a wiremock server using the wiremock npm package. Then executing some cypress tests and once they are complete am attempting to run: kill-port <PORT> on the port I am starting wiremock on.
When running locally (macOS Catalina 10.15.5), works just fine, but in an Ubuntu 18.04 docker container it does not kill the wiremock process
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!
As part of an npm script I am stating a wiremock server using the wiremock npm package. Then executing some cypress tests and once they are complete am attempting to run:
kill-port <PORT>
on the port I am starting wiremock on.When running locally (macOS Catalina 10.15.5), works just fine, but in an Ubuntu 18.04 docker container it does not kill the wiremock process
The text was updated successfully, but these errors were encountered: