-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
-
Description
Migrate Theme E2E tests to workspaces/theme/e2e-tests/.
NOTE
This task is based on the existing RHDH core test case and may have missed some details. Please review the original test files in RHDH core before implementation.
Source Files (RHDH Core)
| File | Path |
|---|---|
| Test spec | e2e-tests/playwright/e2e/custom-theme.spec.ts |
Plugin Packages
| Package | Type |
|---|---|
| @pataknight/backstage-plugin-rhdh-qe-theme | Frontend |
Acceptance Criteria
1. Create Workspace Structure
- [ ] Create workspaces/theme/e2e-tests/
- [ ] Copy standard config files from tech-radar reference
- [ ] Update package.json name and playwright.config.ts project name
2. Create RHDH Configuration (tests/config/)
- [ ] Create dynamic-plugins.yaml with theme plugin configuration
3. Migrate Test Files
- [ ] Create tests/specs/custom-theme.spec.ts
4. Verify All Tests Pass
- [ ] All 5 test cases pass
Test Cases (5 total)
1-5. Custom theme tests
Reference
- Template: workspaces/tech-radar/e2e-tests