gpt4 book ai didi

robotframework - 如何从 Robot Frame Work 获取套件名称

转载 作者:行者123 更新时间:2023-12-04 23:15:13 25 4
gpt4 key购买 nike

我用过 ${SUITE NAME}标签。它正在给 Suite名称以及路径为"Robotframework.TestSuites.foldername.testsuitename" .我只需要套房名称。我怎么能得到那个?

最佳答案

${the name}=    Set Variable    ${SUITE NAME}

# split the output on every . character
${the name}= Split String ${the name} separator=.

# get the last member of the split
${the name}= Set Variable @{the name}[-1]

Log To Console ${the name} # prints testsuitename in your example

附言如果您在套件名称中使用点,它会变得令人讨厌。

关于robotframework - 如何从 Robot Frame Work 获取套件名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43804849/

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