..
Administration-Users_Elements.robot
Replacing copyright notices with "Copyright Project Harbor Authors".
2018-09-19 16:59:36 +00:00
Administration-Users.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
Configuration_Elements.robot
Add id for system configuration repo-readonly-checkbox in UI code, and add element locator in robot case.
2019-09-23 21:55:27 +08:00
Configuration.robot
Modify harbor-shell UI
2019-11-01 09:31:33 +08:00
GC.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
HomePage_Elements.robot
Modify sign-up button xpath from relative html path to id, and modify script.
2019-09-23 15:40:27 +08:00
HomePage.robot
After angular upgrade, in DB.robot, 4 test cases failed at create-a-new-user, the reason is that no sleep between input or click action, some blank was not inputed, so I add retry keyword for those actions.
2019-09-24 10:55:38 +08:00
LDAP-Mode.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
OIDC_Auth_Elements.robot
Add test case secret-verify for oidc-auth-mode feature by adding some keywords and one test cases.
2019-05-27 14:31:14 +08:00
OIDC_Auth.robot
Modify the words of setting cli secret
2019-10-22 10:11:25 +08:00
Project_Elements.robot
Use repository filter in the list above
2019-12-18 13:50:49 +08:00
Project_Robot_Account_Elements.robot
1. Add nightly test case of Robot-Account; 2. In Go Into Repo keyword, filter element should not be clicked since list in loading state, so add some sleep and waiting for the cirlce icon is gone; 3. Move read-only test case in the end of common.robot.
2019-12-03 14:46:54 +08:00
Project_Robot_Account.robot
1. Add nightly test case of Robot-Account; 2. In Go Into Repo keyword, filter element should not be clicked since list in loading state, so add some sleep and waiting for the cirlce icon is gone; 3. Move read-only test case in the end of common.robot.
2019-12-03 14:46:54 +08:00
Project-Config-Elements.robot
Add CVE Whitelist test cases into nightly test, first test case is system CVE Whitelist test.
2019-08-28 14:01:43 +08:00
Project-Config.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
Project-Helmcharts_Elements.robot
Upgrade angualr from 7.1.3 to 8.2.0 and clarity from 1.0 to 2.2
2019-09-18 10:12:20 +08:00
Project-Helmcharts.robot
In nightly test case 'list helm chart', delete chart ( #8280 )
2019-07-17 15:32:10 +08:00
Project-Members_Elements.robot
refactor project tab
2019-11-29 12:02:08 +08:00
Project-Members.robot
1. Add element verification for keyword Go Into Project; Make big loop effective by stop assert in keyword Retry Double Keywords When Error; 2. Quota string verification is too restrictive, make it loose a little.
2019-11-25 17:44:15 +08:00
Project-Repository_Elements.robot
upgrade clarity components to 1.0
2019-01-03 10:32:52 +08:00
Project-Repository.robot
Add retry and wait for keyword <View Repo Scan Details>, Jenkins chart CI failed at 1 test case in rare occasion, the reason is lacking of wait and retry to wait. ( #7466 )
2019-04-22 15:47:43 +08:00
Project-Retag_Elements.robot
fix nightly test of retag
2018-12-21 17:34:15 +08:00
Project-Retag.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
Project-Tag-Retention_Elements.robot
Nightly case for tag-retention
2019-11-11 16:58:33 +08:00
Project-Tag-Retention.robot
Nightly case for tag-retention
2019-11-11 16:58:33 +08:00
Project-Webhooks_Elements.robot
Add webhook nightly case
2019-10-25 15:25:32 +08:00
Project-Webhooks.robot
refactor project tab
2019-11-29 12:02:08 +08:00
Project.robot
Merge pull request #10091 from danfengliu/update-e2e-dockerfile-to-latest
2019-12-12 14:04:53 +08:00
Public_Elements.robot
many keywords in ToolKit.robot miss wait or retry when operating elements, and it has cause test case failure one time, so I modify all keywords in ToolKit.robot. ( #7340 )
2019-04-11 15:15:35 +08:00
Replication_Elements.robot
Add AWS-ECR and Google-GCR replication test into nighly tests.
2019-09-02 17:53:49 +08:00
Replication.robot
Add a replication scope keyword for waiting the completion fo replication result. All replication test case must use this keyword to verify if image was pulled.
2019-11-27 15:51:03 +08:00
ToolKit_Elements.robot
In nightly test case of project members, xpath locator of remove a member is not strong enough for location, it used index of elemment, so it should be update by the meaning of the btn.
2019-10-28 14:52:24 +08:00
ToolKit.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
UserProfile_Elements.robot
Due to replication NG feature already in master branch, old replication UI test cases have been moved out of Jenkins pipeline, and here test case <Replication Of Pull Images from DockerHub To Self> and <Replication Of Push Images from Self To Harbor> has been finished and ready for duty. Other modification is add retry for keywords in UserProfile.robot ( #7611 )
2019-05-09 15:44:48 +08:00
UserProfile.robot
Script test case for project quotas, there will be 2 or 3 test cases in this PR, like project quota edit, prject quota functionality.
2019-09-18 17:55:25 +08:00
Verify.robot
In nightly migrate pipeline, after migration, should check all the data which were populated, for now, project meta data were populated, but were not been verified, so I add these verification in this PR.
2019-10-11 10:28:02 +08:00
Vulnerability_Elements.robot
Modify scan now nightly case
2019-11-13 10:09:03 +08:00
Vulnerability.robot
Modify 2 points, 1st is add wait time right after scan all; 2nd is add name length for project name to avoid naming repeatly.
2019-11-21 15:12:21 +08:00