gpt4 book ai didi

typescript - 指定的 glob 模式不匹配任何文件或默认测试目录为空。 - 测试咖啡馆

转载 作者:行者123 更新时间:2023-11-28 19:56:52 25 4
gpt4 key购买 nike

我已经开始学习 testcafe,因为我们的组织希望投入时间进行研发,以获取用于角度自动化的新端到端工具。

我正在尝试创建一个初始小测试并遇到以下错误。

我已经使用命令在本地安装了testcafe

npm install --save-dev testcafe

并创建了一个名为 first-test.spec.ts

的规范文件
import { Selector } from "testcafe";

fixture`Getting Started`.page`http://devexpress.github.io/testcafe/example`;

test("My First Test", async t => {});

当使用下面的命令运行测试时

npx testcafe chrome tests/

我收到以下错误

s感谢您的帮助。

最佳答案

创建测试文件夹并将您的规范文件放在测试文件夹中,然后尝试执行相同的命令

npx testcafe chrome tests/

关于typescript - 指定的 glob 模式不匹配任何文件或默认测试目录为空。 - 测试咖啡馆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58808416/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com