mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 02:46:27 +00:00
* feat: generate e2e test plan and tests using playwright mcp * feat: settings e2e sanity test cases * feat: playwright prettier * feat: update the gitignore file temporarily exclude test plans * chore: remove e2e test-plan directories from git tracking and update .gitignore * chore: remove playwright github action from frontend repo * chore: update base url in playwright config * chore: add github action to run playwright tests * chore: wrap env variables in quotes and enable uploading test results always * chore: update github action * chore: update github action * Update run-e2e.yaml * Update run-e2e.yaml * feat: update github action
19 lines
719 B
Markdown
19 lines
719 B
Markdown
# Custom Domain E2E Scenarios (Updated)
|
||
|
||
## 1. Add or Update Custom Domain
|
||
|
||
- **Precondition:** User is admin
|
||
- **Steps:**
|
||
1. Click 'Customize team’s URL' button
|
||
2. In the 'Customize your team’s URL' dialog, enter the preferred subdomain
|
||
3. Click 'Apply Changes'
|
||
- **Expected:** Domain is set/updated for the team (UI feedback/confirmation should be checked)
|
||
|
||
## 2. Verify Domain Ownership
|
||
|
||
- **Note:** No explicit 'Verify' button or flow is present in the current UI. If verification is required, it may be handled automatically or via support.
|
||
|
||
## 3. Remove a Custom Domain
|
||
|
||
- **Note:** No explicit 'Remove' button or flow is present in the current UI. The only available action is to update the subdomain.
|