Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将测试名称附加到结果日志中。
我在“TestCase 属性”中看到“名称”
但是,当我右键单击 groovy 脚本并尝试获取数据时,我找不到测试名称..
我不确定你在哪里尝试这样做,但如果你要添加一个新的“Groovy 脚本测试步骤”来测试用例,添加名称的日志就像:
log.info(context.testCase.name)