Kill process on the specified port
If you are running your tests via command line and you get the error – port is already in use
, the below command will kill the process on the specified port.
sudo fuser -k 8000/tcp
If you are running your tests via command line and you get the error – port is already in use
, the below command will kill the process on the specified port.
sudo fuser -k 8000/tcp