Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilpolymath/fest
A lightweight testing framework for JavaScript
https://github.com/lilpolymath/fest
assertion-library jest mocha testing-framework
Last synced: 9 days ago
JSON representation
A lightweight testing framework for JavaScript
- Host: GitHub
- URL: https://github.com/lilpolymath/fest
- Owner: lilpolymath
- Created: 2024-08-18T00:04:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:00:39.000Z (3 months ago)
- Last Synced: 2024-10-11T22:41:08.765Z (about 1 month ago)
- Topics: assertion-library, jest, mocha, testing-framework
- Language: JavaScript
- Homepage: https://favourcodes.com/writings/building-a-testing-framework
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fest
A lightweight testing framework for JavaScript. You can read [this article](https://favourcodes.com/writings/building-a-testing-framework) for the implementation details.
Features:
- [x] File path resolver
- [x] Test Runner
- [x] Test Matcher/Assertion library
- [x] Handler for hooks like BeforeEach, AfterAll etc
- [x] Test Result Reporter
- [ ] Skipping tests
- [ ] Running Tests in Parallel
- [ ] Watch Mode
- [ ] Extensive Assertions