如何在同一线程上运行多个功能文件

发布于 2025-01-20 15:28:59 字数 234 浏览 2 评论 0原文

我想在同一线程上运行多个功能文件,但使用下面的黄瓜标签选项不适用于 ex:tags="@login,@Registration"。

其中登录有单独的功能文件login.feature,注册有单独的功能文件Registration.feature

在运行上面的标签时,我得到空白控制台输出,并且没有显示错误。

帮助我解决这个问题...提前致谢。

i Want to run multiple feature file on the same thread but using below cucumber tags option is not working for ex: tags="@login,@Registration".

Where login has seperate feature file login.feature and Registration has seperate feature file Registration.feature.

On running above tags im getting blank console output and no errors are displaying..

Help me out to resolve this... Thanks in advance..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青芜 2025-01-27 15:28:59

尝试一下,让我知道

@CucumberOptions(features = {"Features/*.feature"},             
        glue="stepDefinition", 
        tags={"@Login","@Registration"})

Try this and let me know

@CucumberOptions(features = {"Features/*.feature"},             
        glue="stepDefinition", 
        tags={"@Login","@Registration"})
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文