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.
我希望从守夜人中使用命令行工具启动一些服务。在互联网上搜索了很多,但没有发现任何相关内容。
欣赏是否有人可以提供执行系统命令的示例。
您需要使用 NodeJS 代码而不是 NightwatchJS 来运行代码。我注意到您正在尝试使用client.excute(). 请注意,它在浏览器中运行,而不是在系统中运行。您应该使用 NodeJS 和 Nightwatchjs 命令之外的命令显式运行您的系统代码。
client.excute()