test: add WXT test engineering - #11
Conversation
…gineering # Conflicts: # package.json # pnpm-lock.yaml
…gineering # Conflicts: # README.md
jevin98
commented
May 14, 2026
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:92b62328b3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Testing | ||
| This project uses Vitest for unit/component tests and Playwright for a built-panel smoke test. |
There was a problem hiding this comment.
Keep localized READMEs in sync
The new Testing section is added only to README.md, while README.zh-CN.md still jumps from build/zip instructions directly to the tech stack. This violates the repository instruction in AGENTS.md that generated README changes must be present and synchronized across all language variants, so Chinese readers will not see the newly documented test commands or E2E behavior. I checked the only other README with find . -maxdepth 3 -iname '*readme*' -print.
Useful? React with 👍 / 👎.
jevin98
commented
May 14, 2026
@codex review |
Codex Review: Didn't find any major issues. Delightful! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
mainchanges into this branch, preserving Tailwind v4 and_localesbrowser i18n updates.Validation
pnpm testpnpm compilepnpm test:e2epnpm exec eslint .Notes
ghCLI is not installed in this environment, so PR creation used the GitHub plugin connector after pushing the branch with local git.