使用 Jest 在 WebStorm 中运行单个测试

发布于 2025-01-10 16:11:00 字数 405 浏览 0 评论 0原文

我正在尝试在我的项目中运行单个测试。然而,每次我使用三角形运行图标时,WebStorm 都会为我创建新的配置。

我添加屏幕截图来澄清当我运行单个测试时现在到底发生了什么。

测试

Configuration

有没有办法提供一个预定义的配置来代替这个?

I'm trying to run single test in my project. However every time I use triangle run icon WebStorm creates new configuration for me.

I'm adding screenshots to clarify what is happening exactly now when I run a single test.

Tests

Configuration

Is there a way to provide one predefined config instead of this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哭了丶谁疼 2025-01-17 16:11:00

您可以使用“运行/调试配置”菜单左下角的编辑配置模板...按钮。这样,每次 WebStorm 创建新配置时,它都会使用您指定的预设配置
这是一张图片
您可以将它们保存为项目文件,这意味着 WebStorm 会自动为您和其他人读取它

You can use the Edit configuration templates... button on the bottom left corner of the Run/Debug Configurations menu. This way every time WebStorm creates a new configuration it will use the preset one you have specified
here is an image.
You can save those as project files, meaning it will be automatically read by WebStorm for you and others

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文