WebStorm-自定义测试命令

时间:2020-02-20 20:31:22

标签: webstorm

enter image description here

如图所示,WebStorm通过react-scripts test --testNamePattern=pattern开始测试 但是,鉴于我使用craco覆盖了webpack配置,并且通常我使用env-cmd来加载环境变量(例如env-cmd -f .env.staging && yarn test),所以我想自定义测试命令

现在,将其更改为craco test --testNamePattern=pattern就足够了。

有可能吗?

2 个答案:

答案 0 :(得分:2)

尝试在您的 Jest 运行配置中将node_modules/@craco/craco设置为 Jest包

enter image description here

答案 1 :(得分:1)

可以通过更改Jest package字段来更改配置设置中的命令。