https://github.com/ebrahimmfadae/deepcover
🔍 DeepCover: Elevate Your Test Coverage to New Depths 🚀
https://github.com/ebrahimmfadae/deepcover
jest nodejs permutation test-automation test-fixture typescript
Last synced: 7 days ago
JSON representation
🔍 DeepCover: Elevate Your Test Coverage to New Depths 🚀
- Host: GitHub
- URL: https://github.com/ebrahimmfadae/deepcover
- Owner: ebrahimmfadae
- License: mit
- Created: 2024-02-22T20:15:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-30T11:11:12.000Z (6 months ago)
- Last Synced: 2025-10-30T13:12:38.421Z (6 months ago)
- Topics: jest, nodejs, permutation, test-automation, test-fixture, typescript
- Language: TypeScript
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deepcover
Welcome to DeepCover, the ultimate tool for maximizing your test coverage! 🌟 With DeepCover, you unlock the power to automatically generate comprehensive fixtures based on all possible permutations of your provided seed data. This isn't just testing; it's ensuring your application withstands even the most unforeseen scenarios. 🛡️
## TODOs:
### Default Permutation Seeds
- [ ] Add UUID
- [ ] Add date with specific resolution
- [ ] Add random number
- [ ] Add rangeOffset
- [ ] Add regenerator
- [ ] Add dynamic array with mapping and sorting support
- [ ] Add filter
- [ ] Add randomSampleSelector
### Test
- [ ] Add tests for type declarations
- [ ] Achieve 100% constrained coverage
### Document
- [ ] Add usage documentations
- [ ] Describe polyglot solution
- [ ] Add contribution guide
### Playground
- [ ] Add in browser playground
### Heads up
- VSCode built-in TypeScript SDK has stricter limits; To avoid excessive depth errors, use `node_modules` SDK