【问题标题】:Need help installing the VUE plug in for TestCafe需要帮助为 TestCafe 安装 VUE 插件
【发布时间】:2021-03-29 09:35:42
【问题描述】:

我是该产品的新手,编码知识很少。我需要安装 testcafe-vue-selectors 插件,但 github 页面上的说明缺乏详细信息。说 Install "$ npm install testcafe-vue-selectors" 我在哪里运行这个命令?

感谢和抱歉我缺乏知识。

【问题讨论】:

  • 在cmd中运行命令。

标签: testing automation automated-tests e2e-testing testcafe


【解决方案1】:

我假设您已经通过在终端中运行单个命令(命令提示符)安装了 TestCafe:

npm install -g testcafe

要安装插件,您需要在终端(在您的项目文件夹中)执行类似的命令:

npm install testcafe-vue-selectors

不需要额外的步骤。只需确保在您的计算机上安装了 Node.jsnpm

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-15
    • 2011-08-25
    • 2011-09-19
    • 1970-01-01
    • 1970-01-01
    • 2011-03-31
    • 2011-02-10
    • 1970-01-01
    相关资源
    最近更新 更多