Prattle is a simple test runner for JavaScript (works in the browser and on Node 10+). It can be used to run spec, benchmark and impact tests, while also letting you customize the runner (reporters, ui, etc).
Prattle is still very much work in progress. There are no compatibility guarantees until it goes gold
npm install --save-dev prattle
- Run spec, benchmark and impact tests
- Extendable (custom reporters and ui, plugins, etc)
- Basic assertion library included, but compatible with most external assertion libraries
- Snapshots support (NOTE: readable on the browser only via Webpack plugin)
- Aims to be a zero-config experience, but is fully configurable
Released under the MIT License.
Copyright (c) 2019+ Futago-za Ryuu