【发布时间】:2021-11-07 05:16:45
【问题描述】:
我需要选择一个数据库信息来填充我的测试用例中的一些输入文本。
我收到错误 Setting 'Test Setup' is not allowed in suite 初始化文件。
*** Settings ***
Resource ${ROOT}/path/main.resource
Test Setup Test setup from __init__.robot
#
*** Keywords ***
access some menu
【问题讨论】:
标签: robotframework