每当我尝试在VScode终端中运行cypress run --record --key xxxx时,我都会收到一条错误消息

时间:2020-02-12 21:55:24

标签: javascript automation integration cypress

每当我尝试在VScode终端中运行cypress run --record --key xxxx时,都会收到一条错误消息。 这是错误: cypress:术语“ cypress”未被识别为cmdlet,函数,脚本文件或可操作文件的名称 程序。检查名称的拼写,或者是否包含路径,请验证路径是否正确,然后重试。

I get an error message whenever I try to run the cypress run --record --key xxxx in VScode terminal

1 个答案:

答案 0 :(得分:3)

您似乎缺少npx前缀,请尝试以下操作:

npx cypress run --record --key <key goes here>