使用 Jest 在 WebStorm 中运行单个测试
我正在尝试在我的项目中运行单个测试。然而,每次我使用三角形运行图标时,WebStorm 都会为我创建新的配置。
我添加屏幕截图来澄清当我运行单个测试时现在到底发生了什么。
有没有办法提供一个预定义的配置来代替这个?
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.
Is there a way to provide one predefined config instead of this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用“运行/调试配置”菜单左下角的编辑配置模板...按钮。这样,每次 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