gpt4 book ai didi

python - 在行为框架中使用自定义标签运行场景

转载 作者:太空宇宙 更新时间:2023-11-03 17:48:46 24 4
gpt4 key购买 nike

如何使用自定义标签选择要运行的场景?

对于示例,以下是功能文件

Feature:my example feature 

@Test_Name:sample @abc:1234 @sd:567

Scenario: Example scenario
Given my Name is sample
When my Name is whensample
Then my Name is endsample

我有多个功能文件,每个功能文件有很多场景。场景标签与上面提到的方式类似。我正在尝试运行该场景

   behave -t Test_Name --> to run all files
behave -t abcd --> run specific scenario
behave -t 1234 --> run specific scenario

请建议是否有任何方法可以做到这一点。

最佳答案

将标签添加到@testtag1、@testtag2等场景中,如下所示


Feature: showing off behave
@testtag1
Scenario: run a simple test
Given we have behave installed
when we implement a test
then behave will test it for us!

@testtag2
Scenario: run a simple test2
Given we have behave installed
when we implement a test
then behave will test it for us!

@testtag1
Scenario: run a simple test3
Given we have behave installed
when we implement a test
then behave will test it for us!

运行命令

behave --tags=testtag1

测试标签为testtag1的场景

关于python - 在行为框架中使用自定义标签运行场景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29374999/

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