mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-06 23:11:31 +01:00
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>
10 lines
534 B
Plaintext
10 lines
534 B
Plaintext
*** Settings ***
|
|
Documentation This resource provides any keywords related to the Harbor robot-account feature
|
|
|
|
*** Variables ***
|
|
${project_robot_account_tabpage} xpath=//project-detail//a[contains(.,'Robot Accounts')]
|
|
${project_robot_account_create_btn} xpath=//project-detail/app-robot-account//button
|
|
${project_robot_account_token_input} xpath=//app-robot-account//hbr-copy-input//input
|
|
${project_robot_account_create_name_input} //input[@id='name']
|
|
${project_robot_account_create_save_btn} //button[@id='system-robot-save']
|