📜  机器人框架 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:20.160000             🧑  作者: Mango

代码示例3
*** Settings ***
Documentation     Notify HR of missing hours at the end of the month.

*** Tasks ***
Notify HR of missing hours
    Log in to time-tracking system
    Collect tracked hours for current month
    Compare expected hours to tracked hours
    Notify HR if hours are missing
    [Teardown]    Log out of time-tracking system