-
Task
-
Resolution: Unresolved
-
Blocker
-
None
-
None
Description
Migrate Quickstart E2E tests to workspaces/quickstart/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.
DOCUMENTATION
Follow the RHDH E2E Test Utils - Overlay Documentation for implementation guidance.
Source Files (RHDH Core)
| File | Path |
|---|---|
| Test spec | e2e-tests/playwright/e2e/plugins/quick-start.spec.ts |
Plugin Packages
| Package | Type |
|---|---|
| red-hat-developer-hub-backstage-plugin-quickstart | Frontend |
Acceptance Criteria
1. Create Workspace Structure
- [ ] Create workspaces/quickstart/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 based on RHDH core dynamic-plugins.default.yaml
3. Migrate Test Files
- [ ] Create tests/specs/quick-start.spec.ts
4. Verify All Tests Pass
- [ ] All 2 test cases pass
Test Cases (2 total)
1-2. Quickstart plugin tests
Reference
- Template: workspaces/tech-radar/e2e-tests