mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
1.0 KiB
1.0 KiB
Test 2-03 - User Create Multiple Projects (DB Mode)
Purpose:
To verify that a non-admin user can create multiple projects when users are managed locally by Harbor (DB mode).
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is set to authenticate against a local database. ( auth_mode is set to db_auth .) The user data is stored in a local database.
- A linux host with Docker CLI installed (Docker client).
- At least a non-admin user.
Test Steps:
NOTE:
In below test, user A is non-admin user. User A should be replaced by a longer and meaningful name.
- Log in to UI as user A (non-admin).
- Create 16 or more projects so that the pagination control has multiple pages.
- Go through multiple pages of the list and click on a few projects to see if pagination work properly.
- Search projects with keywords to see if the list and pagination update accordingly.
Expected Outcome:
- As descirbed in step 3-4.
Possible Problems:
None