--grep
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3k
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I find this flag in mocha to be incredibly useful:
```bash
npm test -- -g "some test description"
```
What do you think about having something similar in uvu?
Contributor guide
No contributing guide indexed for this repository
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
The issue names uvu's command-line invocation and Mocha's `-g` example, but no files or tests. Start by locating uvu's CLI argument handling and test-selection flow, then compare the expected matching behavior with Mocha. Done means a documented grep-style flag filters tests by description and is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100