Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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