checkers VS fast-check

Compare checkers vs fast-check and see what are their differences.

checkers

Property-based testing for JavaScript via ClojureScript's test.check (by glenjamin)

fast-check

Property based testing framework for JavaScript (like QuickCheck) written in TypeScript (by dubzzz)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
checkers fast-check
1 21
21 4,107
- -
0.0 9.8
almost 8 years ago about 18 hours ago
JavaScript TypeScript
Eclipse Public License 1.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

checkers

Posts with mentions or reviews of checkers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-15.
  • Fastcheck: Property based testing for JavaScript and TypeScript
    4 projects | news.ycombinator.com | 15 Feb 2021
    The clojure/clojurescript tooling for QuickCheck is quite powerful - as it has a wide range of generators which are able to generate smarter / more specific data than simply matching on types.

    And since clojurescript can be compiled and exported to JavaScript, this makes it available to JavaScript projects. A few years ago I packaged this up as https://github.com/glenjamin/checkers. I expect there are newer versions of the underlying library available now, but as I haven't been working in this ecosystem for a while, I haven't kept the package up to date.

fast-check

Posts with mentions or reviews of fast-check. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-14.

What are some alternatives?

When comparing checkers and fast-check you can also consider the following projects:

hypothesis - Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

Unexpected - Unexpected - the extensible BDD assertion toolkit

jest - Delightful JavaScript Testing.

tape - tap-producing test harness for node and browsers

trevor - 🚦 Your own mini Travis CI to run tests locally

test-each - 🤖 Repeat tests. Repeat tests. Repeat tests.

nyc - the Istanbul command line interface

loadtest - Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

tap - Test Anything Protocol tools for node

power-assert - Power Assert in JavaScript. Provides descriptive assertion messages through standard assert interface. No API is the best API.

volkswagen - :see_no_evil: Volkswagen detects when your tests are being run in a CI server, and makes them pass.

navit - Simple client testing from your scripts