harbor/tests/resources/Test-Example/Test.robot
danfengliu f0ebd17994 Add build base image step in build package git action workflow
Build base image step should be in build package workflow, and local base images build by new step should be removed since images have been pushed to docker hub.

Signed-off-by: danfengliu <danfengl@vmware.com>
2021-04-17 18:10:44 +08:00

29 lines
780 B
Plaintext

*** Settings ***
Documentation Harbor BATs
Resource ../Util.robot
*** Variables ***
${HARBOR_URL} https://${ip}
${HARBOR_ADMIN} admin
${HARBOR_PASSWORD} Harbor12345
*** Test Cases ***
# For Windows
Test Case - Example For Windows
Open Browser https://localhost:4200 Chrome
Retry Element Click xpath=//clr-dropdown/button
Retry Element Click xpath=//clr-dropdown/clr-dropdown-menu/a[contains(., 'English')]
# your case starts =====================================
# your case ends ======================================
Close Browser
# For Linux
Test Case - Example For Linux
init chrome driver
# your case starts =====================================
# your case ends ======================================
Close Browser