gpt4 book ai didi

unit-testing - WebStorm 运行所有 dart 单元测试

转载 作者:行者123 更新时间:2023-11-28 20:40:30 24 4
gpt4 key购买 nike

在 WebStorm 11 中,我想创建一个运行配置来运行我项目中的所有 dart 测试。

但是在“Dart 测试”配置模板中没有执行此操作的选项。唯一的选择是:

  • 测试类型:全档、测试组、单测
  • 测试文件:必须指向 .dart 文件,否则我会收到“找不到 Dart 文件”
  • 虚拟机选项(文本输入)

如果我将 WebStorm 指向单个测试文件,则此命令将在测试窗口中执行:

C:\path\to\dart\bin\dart.exe --ignore-unrecognized-flags --checked --trace_service_pause_events file:\\\C:\path\to\dart\bin\snapshots\pub.dart.snapshot run test:test -r json C:/path/to/project/test/someclass_test.dart

我不想为我编写的每个单元测试类都创建一个运行配置,必须有更好的方法。

目前我更喜欢导航到项目目录并运行

pub run test:test

这会运行所有以 _test.dart 结尾的文件中的测试,这正是我想要的。更多信息在这里:https://github.com/dart-lang/test#running-tests

WebStorm 中没有为 dart 开发人员提供这样的选项吗?

最佳答案

根据WEB-14747此功能已在下一个主要版本中实现。

您可以尝试最新的 WebStorm v12 EAP 版本 here .

关于unit-testing - WebStorm 运行所有 dart 单元测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35450795/

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