11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
*** Settings ***
|
|
Documentation Integration tests for progress bar facility
|
|
Library OperatingSystem
|
|
Library CleverActorsLib.py
|
|
|
|
*** Test Cases ***
|
|
Progress Bar Renders Without Error
|
|
[Documentation] Verify ProgressBarManager can be created and renders cleanly
|
|
Create Progress Bar
|
|
Progress Bar Renders Without Error
|