Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已经在 VM 上安装了 slimerjs、phantomjs、casperjs(我们通过“putty”访问它)。当我们尝试通过以下命令执行 casperjs 测试套件时:
casperjs test --engine=slimerjs 'testsuite name' --username --password
我们收到一条警报消息,说,
slimerjs 已经在运行,但没有响应。要打开新窗口,您必须先关闭现有的 slimerjs 进程,或者重新启动系统。
问题出在 slimerjs 版本上,实际上我们正在安装 0.9.3,所以它会发出警报。现在使用 0.9.5Version 它工作正常