Skip to content

Conversation

@Gaubee
Copy link
Contributor

@Gaubee Gaubee commented Dec 22, 2025

Summary

  1. Add e2e entry script for selective test execution
  2. Add i18n check to CI workflow

Changes

Task 1: E2E Entry Script

  • Add scripts/e2e.ts as entry point requiring spec file selection
  • Rename e2e to e2e:all for running all tests
  • Show available spec files when no argument provided

Usage:

pnpm e2e pages              # Run single spec
pnpm e2e wallet-create wallet-import  # Run multiple specs
pnpm e2e --all              # Run all tests

Task 2: CI i18n Check

  • Add new i18n job to CI workflow
  • Run pnpm i18n:check to validate translation keys
  • Include in final status check

- Add scripts/e2e.ts as entry point requiring spec file selection
- Rename e2e to e2e:all for running all tests
- Add i18n check job to CI workflow
@Gaubee
Copy link
Contributor Author

Gaubee commented Dec 22, 2025

Merged as part of PR #39 (turborepo)

@Gaubee Gaubee closed this Dec 22, 2025
@Gaubee Gaubee deleted the feat/e2e-script-and-i18n-ci branch January 4, 2026 07:22
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.

2 participants