如何运行在守夜人中进行测试?
How to run test in nightwatch?
我刚刚安装了 git clone https://github.com/nightwatchjs/nightwatch.git 并且当我 运行 :
npm run unit-tests
从 windows 中的命令行我得到一个错误:
> ./bin/nightwatch -c test/nightwatch.json
'.' is not recognized as an internal or external command,
operable program or batch file.
偷偷摸摸地感觉它可以在 OSX 中工作,但我可以 运行 在命令行的 windows 中使用它吗?
发现必须在前面加上"node"
我刚刚安装了 git clone https://github.com/nightwatchjs/nightwatch.git 并且当我 运行 :
npm run unit-tests
从 windows 中的命令行我得到一个错误:
> ./bin/nightwatch -c test/nightwatch.json
'.' is not recognized as an internal or external command,
operable program or batch file.
偷偷摸摸地感觉它可以在 OSX 中工作,但我可以 运行 在命令行的 windows 中使用它吗?
发现必须在前面加上"node"