gpt4 book ai didi

python - 如何指定要运行的生菜方案

转载 作者:太空狗 更新时间:2023-10-29 22:05:52 24 4
gpt4 key购买 nike

如何指定运行哪个生菜场景?

在使用python lettuce测试框架的时候经常碰到这种情况,有一个场景失败了然后想放大到这个场景修复这个场景

我们可以在特性文件中指定要运行的生菜场景吗?

最佳答案

您可以使用标签进行所需的测试。例如:

    Scenario: Set off time in free time slot
Given I click first free time slot
And I choose menu item "Off"
And I enter time that is in free interval
When I click button "Ok"
Then I see offtime time slot with title that matches with saved interval

@wip
Scenario: Set free time on off time
Given I click last off time slot
And I choose menu item "Set working"
And I enter time that is in last off interval
When I click button "Ok"
Then I see freetime time slot with title that matches with saved interval

然后当你运行 lettuce 时,只需使用

./manage.py harvest -t wip

它只会运行那些标有标签 @wip 的场景,在我的例子中,wip 用于正在进行的工作

如果没有 django 而只有 lettuce 则使用

lettuce -t wip

关于python - 如何指定要运行的生菜方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12154822/

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