margelo / margelo/react-native-nitro-sqlite
Exclude suite headings from the macOS test pass count
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 565
- Forks
- 53
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 18
Description
The desktop test UI in PR #298 calculates passed tests by subtracting failures from all result entries. The result list also contains suite headings, so the displayed pass count is inflated.
Count only results whose type is correct, matching the CLI report. Verify mixed headings, passes, and failures.
Source: https://github.com/margelo/react-native-nitro-sqlite/pull/298
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 by inspecting the desktop test UI changed in PR #298 and compare its pass-count logic with the CLI report. Verify the result list handling with mixed suite headings, passing results, and failures; done means headings are excluded and the displayed count matches the CLI result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, react-native
- Domain
- desktop, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100