microsoft / microsoft/WinAppVSCE
[Docs]: Refresh the E2E test inventory
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 4
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 11
Description
What part of the documentation needs improvement?
src/test/e2e/README.md has a stale test inventory. The documented per-spec sections currently total 125 tests and omit mrt-validation.spec.ts, while Playwright discovers 188 tests across 13 spec files.
Describe the change you'd like
Reconcile the inventory with the current E2E suite: add all missing spec files and update each per-spec count and the aggregate count from the actual Playwright-discovered tests.
Additional context
This drift was found while adding an unrelated E2E test for issue #111. That feature PR should only document its newly added test rather than repairing the existing inventory wholesale.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/test/e2e/README.md and inspect the current E2E spec files, including mrt-validation.spec.ts. Run Playwright’s test discovery or listing for the 13 spec files, then reconcile the per-spec entries and aggregate with the 188 discovered tests. Done means the README inventory matches the current suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- playwright, typescript
- Domain
- documentation, testing-qa
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100