Skip to content

futagoza/prattle

Repository files navigation

release dependencies ci Codecov license

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

install

npm install --save-dev prattle

features

  • 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

documentation

license

Released under the MIT License.

Copyright (c) 2019+ Futago-za Ryuu

Releases

No releases published

Packages

No packages published