Skip to content

feat: add Playwright e2e journey coverage - #81

Closed
OkeyAmy wants to merge 2 commits into
Epondia:mainfrom
OkeyAmy:add-playwright-end-to-end-tests
Closed

feat: add Playwright e2e journey coverage#81
OkeyAmy wants to merge 2 commits into
Epondia:mainfrom
OkeyAmy:add-playwright-end-to-end-tests

Conversation

@OkeyAmy

@OkeyAmy OkeyAmy commented Jun 21, 2026

Copy link
Copy Markdown

Closes #72

Summary

  • Add Playwright configuration for frontend E2E tests against a local Next.js dev server.
  • Add E2E journey specs covering registration/login, course browsing and enrollment, quiz completion, credential issuance/verification, and collaboration room chat.
  • Add frontend npm scripts for Playwright and a CI E2E job that installs Chromium and uploads the Playwright report.

Testing

  • npm run type-check -- --pretty false fails on existing unrelated TypeScript errors across the frontend.
  • npm ci --dry-run is blocked in this environment by a registry 403 for @playwright/test.

Comment on lines +20007 to +20023
"node_modules/playwright": {
"version": "1.41.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.2.tgz",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.41.2"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=16"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
@jobbykings

jobbykings commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@OkeyAmy Hey! Thanks for the PR. It looks like a couple of the CI/CD checks are failing. Could you take a look at the logs, push a fix, and get them green? The contracts and security scans passed perfectly!"

@OkeyAmy OkeyAmy closed this Jun 24, 2026
@OkeyAmy
OkeyAmy deleted the add-playwright-end-to-end-tests branch June 24, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add end-to-end tests for critical user flows with Playwright

3 participants