美文网首页
How to fix night watch stucks on

How to fix night watch stucks on

作者: 简木书 | 来源:发表于2018-08-28 14:02 被阅读0次

    run `netstat -vanp tcp | grep 4444` to make sure that this issue is not a port collision

    and if something is running on port 4444

    run `kill -9 $(lsof -ti tcp:4444)`

    At last rerun nightwatch could start selenium server successfully

    相关文章

      网友评论

          本文标题:How to fix night watch stucks on

          本文链接:https://www.haomeiwen.com/subject/smjfwftx.html