gpt4 book ai didi

flutter - flutter 驱动器:如何仅运行一组或测试

转载 作者:行者123 更新时间:2023-12-03 04:59:10 29 4
gpt4 key购买 nike

因此,在稀缺的introduction to inegration testing中,您应该使用

flutter drive --target=test_driver/app.dart

但是我找不到有关仅运行特定组或测试的任何信息。
flutter drive --help

也没有帮助。

最佳答案

尽管似乎没有out of the box方法/方法仅运行组或特定测试,但是我们可以使用flutter_gherkin包来实现。它使用了 cucumber 和 cucumber 框架的组合,并具有我们可以指定要运行的测试的标签。
您可以阅读有关它的更多信息here

基本上,在软件包提供的配置文件中,您可以指定以下内容:

..targetAppPath = "test_driver/app.dart"
..tagExpression = "@smoke"
..exitAfterTestRun = true;

然后从终端运行测试,如下所示:
dart test_driver/app_test.dart --tags @smoke
希望这可以帮助。

关于flutter - flutter 驱动器:如何仅运行一组或测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59926987/

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