我想使用testcafe创建我的第一个测试,但是出现如下错误

时间:2019-04-04 08:17:56

标签: powershell automated-tests e2e-testing web-testing testcafe

我正在Visual Studio代码中使用testcafe编写我的第一个测试,但收到此错误“导入:术语'import'未识别为cmdlet,函数,脚本文件或可运行程序的名称。检查名称的拼写,或者是否包含路径,请确认路径正确,然后重试。

At line:1 char:1
+ import { Selector } from 'testcafe';
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (import:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException"

1 个答案:

答案 0 :(得分:3)

看来您测试运行不正确。您提供的错误是Powershell错误,与TestCafe无关。

命令应为testcafe chrome test.js

请分享您的测试代码,并指定开始测试的方式。

也请看看以下文章:https://devexpress.github.io/testcafe/documentation/getting-started/