futagoza / prattle

prattle - A spec and benchmark runner for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

prattle - A spec and benchmark runner for JavaScript

License:MIT License


Languages

Language:JavaScript 100.0%