Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T10:38:59.000Z (6 months ago)
- Last Synced: 2024-10-13T00:21:50.938Z (2 months ago)
- Topics: jest, nodejs, permutation, test-automation, test-fixture, typescript
- Language: TypeScript
- Homepage:
- Size: 77.1 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