prattle

Run spec, benchmark and impact tests, all from one tool

Usage no npm install needed!

<script type="module">
  import prattle from 'https://cdn.skypack.dev/prattle';
</script>

README

release dependencies ci Codecov CodeFactor 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