2018-09-04 09:08:51 +02:00
|
|
|
*** Settings ***
|
|
|
|
Documentation This resource provides any keywords related to the Harbor private registry appliance
|
|
|
|
|
|
|
|
*** Variables ***
|
2019-03-18 11:06:46 +01:00
|
|
|
${project_chart_tabpage} xpath=//project-detail//a[contains(.,'Charts')]
|
|
|
|
${project_chart_list} xpath=//hbr-helm-chart
|
2019-09-05 09:13:13 +02:00
|
|
|
${upload_chart_button} //*[@id='helm-chart-upload']
|
2019-01-30 07:22:31 +01:00
|
|
|
${chart_file_browse} //*[@id='chart']
|
|
|
|
${chart_prov_browse} //*[@id='prov']
|
2019-09-05 09:13:13 +02:00
|
|
|
${upload_action_button} //*[@id='upload-chart']
|
2018-09-04 09:08:51 +02:00
|
|
|
|
|
|
|
${harbor_chart_name} harbor
|
|
|
|
${harbor_chart_filename} harbor-0.2.0.tgz
|
2019-05-09 09:44:48 +02:00
|
|
|
${harbor_chart_version} 0.2.0
|
2018-09-04 09:08:51 +02:00
|
|
|
${harbor_chart_prov_filename} harbor-0.2.0.tgz.prov
|
|
|
|
${harbor_chart_file_url} https://storage.googleapis.com/harbor-builds/helm-chart-test-files/harbor-0.2.0.tgz
|
|
|
|
${harbor_chart_prov_file_url} https://storage.googleapis.com/harbor-builds/helm-chart-test-files/harbor-0.2.0.tgz.prov
|
|
|
|
|
|
|
|
${prometheus_chart_name} prometheus
|
|
|
|
${prometheus_chart_filename} prometheus-7.0.2.tgz
|
|
|
|
${prometheus_chart_version} 7.0.2
|
|
|
|
${prometheus_chart_file_url} https://storage.googleapis.com/harbor-builds/helm-chart-test-files/prometheus-7.0.2.tgz
|
2019-01-30 07:22:31 +01:00
|
|
|
${prometheus_version} //hbr-helm-chart//a[contains(.,'prometheus')]
|
2018-09-04 09:08:51 +02:00
|
|
|
|
|
|
|
${chart_detail} //hbr-chart-detail
|
2019-01-30 07:22:31 +01:00
|
|
|
${summary_markdown} //*[@id='summary-content']//div[contains(@class,'md-div')]
|
|
|
|
${summary_container} //*[@id='summary-content']//div[contains(@class,'summary-container')]
|
|
|
|
${detail_dependency} //*[@id='depend-link']
|
|
|
|
${dependency_content} //*[@id='depend-content']/hbr-chart-detail-dependency
|
|
|
|
${detail_value} //*[@id='value-link']
|
|
|
|
${value_content} //*[@id='value-content']/hbr-chart-detail-value
|
2018-09-04 09:08:51 +02:00
|
|
|
|
2019-01-30 07:22:31 +01:00
|
|
|
${version_bread_crumbs} //project-chart-detail//a[contains(.,'Versions')]
|
2018-12-29 10:01:43 +01:00
|
|
|
${version_checkbox} //clr-dg-row//clr-checkbox-wrapper/label
|
2019-01-30 07:22:31 +01:00
|
|
|
${version_delete} //clr-dg-action-bar/button[contains(.,'DELETE')]
|
|
|
|
${version_confirm_delete} //clr-modal//button[contains(.,'DELETE')]
|
2018-09-04 09:08:51 +02:00
|
|
|
|
|
|
|
${helmchart_content} //project-detail/project-list-charts/hbr-helm-chart
|