Skip to content

Commit 75b91db

Browse files
authored
fix(playwright): again (#918)
* chore(core): adjust default values and docu * docs(playwright): add README for end-to-end testing setup and guidelines * fix(playwright): update project heading locator to use h5 for consistency * fix(playwright): update project selection to use semantic locators
1 parent 96ff310 commit 75b91db

5 files changed

Lines changed: 444 additions & 18 deletions

File tree

apps/dashboard/.env.example

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ CEPH_REGION="ceph-objectstore-ec-st1-qa-de-1"
1212
IMAGE_METADATA_EXCLUDED_PROPERTIES="name,tags,visibility,protected,min_disk,min_ram,id,status,size,checksum,created_at,updated_at,created-at,updated-at,disk_format,container_format,file,schema,locations,self,direct_url,owner,virtual_size,kernel_id,ramdisk_id,os_hash_algo,os_hash_value,os-hash-algo,os-hash-value,stores,owner_specified.openstack.md5,owner_specified.openstack.sha256,owner_specified.openstack.object"
1313
INSECURE_COOKIES=true
1414

15-
# E2E tests
15+
# E2E Test Environment Variables
1616
PLAYWRIGHT_BASE_URL="http://localhost:4001"
17+
# Test domain for authentication
1718
TEST_DOMAIN="default"
1819
TEST_PROJECT="demo"
19-
TEST_MEMBER_USER="admin"
20-
TEST_MEMBER_PASSWORD="password"
21-
TEST_ADMIN_USER="admin"
22-
TEST_ADMIN_PASSWORD="password"
23-
20+
# Regular test user credentials
21+
TEST_MEMBER_USER="your-member-username"
22+
TEST_MEMBER_PASSWORD="your-member-password"
23+
# Admin test user credentials (optional)
24+
TEST_ADMIN_USER="your-admin-username"
25+
TEST_ADMIN_PASSWORD="your-admin-password"
2426

2527
# mitmproxy configuration for debugging (development mode only)
2628
# Set this to route all OpenStack API calls through mitmproxy

0 commit comments

Comments
 (0)