I am totally new to automation and trying to learn RobotFramework. I am trying to write the scripts following some video guide. Usually robot scripts autocomplete in PyCharm IDE with desired color. I found the whole script along with 4 sections(Settings, Variables, Test cases and Keywords) are in green. Not sure how to change that thing.
|
答案:
You cannot have two or more spaces between ***
and Test Cases
, and between ***
and Settings
. In the format you're using, two spaces mark the separation between two cells in a table row. The string *** Test Cases ***
needs to all be in a single cell.