feat: apply ui example integration#347
Conversation
|
Claude finished @null-crafter's task —— View job E2E Coverage Bot
Coverage check failed. The PR adds A |
mamigot
left a comment
There was a problem hiding this comment.
❌ E2E Coverage Required
This PR adds new routes but does not include e2e journey tests or coverage updates.
Missing coverage for:
app/apply/page.tsx— new Apply page route with no journey spec or coverage mapping
To fix:
- Add a journey spec in
e2e/journeys/testing the new apply page feature (e.g.,e2e/journeys/NN-apply-page.spec.ts) - In
e2e/coverage.json: add the route tosourceFiles[]and add checkpoint entries with"status": "covered" - In
e2e/COVERAGE.md: add matching[x]checkpoint lines
Run locally to verify:
node e2e/scripts/check-journey-coverage.mjs --all|
Claude finished @null-crafter's task —— View job Claude finished @null-crafter's task —— View job E2E Coverage Bot
Coverage check failed. The PR adds A |
mamigot
left a comment
There was a problem hiding this comment.
❌ E2E Coverage Required
This PR adds new routes but does not include e2e journey tests or coverage updates.
Missing coverage for:
app/apply/page.tsx— new Apply page route with no journey spec or coverage mapping
To fix:
- Add a journey spec in
e2e/journeys/testing the new apply page feature (e.g.,e2e/journeys/62-apply-page.spec.ts) - In
e2e/coverage.json: add the route tosourceFiles[]and add checkpoint entries with"status": "covered" - In
e2e/COVERAGE.md: add matching[x]checkpoint lines
Run locally to verify:
node e2e/scripts/check-journey-coverage.mjs --all|
Claude finished @null-crafter's task —— View job E2E Coverage Bot
Coverage check failed. The PR adds A |
mamigot
left a comment
There was a problem hiding this comment.
❌ E2E Coverage Required
This PR adds new routes but does not include e2e journey tests or coverage updates.
Missing coverage for:
app/apply/page.tsx— new Apply page route with no journey spec or coverage mapping
To fix:
- Add a journey spec in
e2e/journeys/testing the new apply page feature (e.g.,e2e/journeys/62-apply-page.spec.ts) - In
e2e/coverage.json: add the route tosourceFiles[]and add checkpoint entries with"status": "covered" - In
e2e/COVERAGE.md: add matching[x]checkpoint lines
Run locally to verify:
node e2e/scripts/check-journey-coverage.mjs --all
Checklist
Changes
Requires https://github.com/iblai/iblai-web-frontend/pull/1927
Please go to http://localhost:3000/apply to see the UI.