mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +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
32 lines
716 B
Markdown
32 lines
716 B
Markdown
# General Settings E2E Scenarios
|
|
|
|
## 1. View General Settings
|
|
|
|
- **Precondition:** User is logged in
|
|
- **Steps:**
|
|
1. Navigate to General Settings
|
|
- **Expected:** General settings are displayed
|
|
|
|
## 2. Update Organization/Workspace Name
|
|
|
|
- **Precondition:** User is admin
|
|
- **Steps:**
|
|
1. Edit organization/workspace name
|
|
2. Save changes
|
|
- **Expected:** Name is updated and visible
|
|
|
|
## 3. Update Logo or Branding
|
|
|
|
- **Precondition:** User is admin
|
|
- **Steps:**
|
|
1. Upload new logo/branding
|
|
2. Save changes
|
|
- **Expected:** Branding is updated
|
|
|
|
## 4. View Version/Build Info
|
|
|
|
- **Precondition:** User is logged in
|
|
- **Steps:**
|
|
1. View version/build info section
|
|
- **Expected:** Version/build info is displayed
|