awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to fscheck/fscheck

Open-source alternatives to FsCheck

30 open-source projects similar to fscheck/fscheck, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best FsCheck alternative.

  • reasonml/reasonreasonml avatar

    reasonml/reason

    10,313View on GitHub↗

    Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie

    OCamljavascriptocamlprogramming-language
    View on GitHub↗10,313
  • phuocng/1locphuocng avatar

    phuocng/1loc

    6,738View on GitHub↗

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    MDXeleventyjavascriptjavascript-utils
    View on GitHub↗6,738
  • flix/flixflix avatar

    flix/flix

    2,585View on GitHub↗

    Flix is a statically typed multi-paradigm programming language that combines functional, imperative, and logic programming paradigms within a single unified environment. It utilizes a constraint-driven execution environment to derive results by satisfying logical predicates rather than following linear sequential instructions. The language features a unification-based logic engine designed to solve complex computational problems through term unification and backtracking. This is supported by a core library of persistent immutable data structures that ensure side-effect free state management a

    Flixflixfunctionalhacktoberfest
    View on GitHub↗2,585

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ackee-blockchain/tridentAckee-Blockchain avatar

    Ackee-Blockchain/trident

    392View on GitHub↗

    Rust-based framework to Fuzz Solana programs, designed to help you ship secure code.

    Rust
    View on GitHub↗392
  • agiledragon/gomonkeyagiledragon avatar

    agiledragon/gomonkey

    2,257View on GitHub↗

    gomonkey is a library to make monkey patching in unit tests easy

    Gofunctionfunction-variableglobal-variable
    View on GitHub↗2,257
  • agourlay/cornichonagourlay avatar

    agourlay/cornichon

    234View on GitHub↗

    Testing tool in Scala for HTTP JSON API

    Scala
    View on GitHub↗234
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0View on GitHub↗
    View on GitHub↗0
  • airspeed-velocity/asvairspeed-velocity avatar

    airspeed-velocity/asv

    1,006View on GitHub↗

    airspeed velocity

    Python
    View on GitHub↗1,006
  • airstruck/knifeairstruck avatar

    airstruck/knife

    515View on GitHub↗

    A collection of useful micro-modules for Lua.

    Lua
    View on GitHub↗515
  • alanrsoares/prelude-jsalanrsoares avatar

    alanrsoares/prelude-js

    100View on GitHub↗

    functional/point-free utils for JavaScript

    JavaScript
    View on GitHub↗100
  • alco/mix-erlang-tasksalco avatar

    alco/mix-erlang-tasks

    21View on GitHub↗

    Common tasks for Erlang projects that use Mix

    Elixir
    View on GitHub↗21
  • alex-seville/blanketalex-seville avatar

    alex-seville/blanket

    1,396View on GitHub↗

    blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

    JavaScript
    View on GitHub↗1,396
  • alexei-led/pumbaalexei-led avatar

    alexei-led/pumba

    3,051View on GitHub↗

    Chaos testing, network emulation, and stress testing tool for containers

    Go
    View on GitHub↗3,051
  • alexfernandez/loadtestalexfernandez avatar

    alexfernandez/loadtest

    2,633View on GitHub↗

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

    JavaScript
    View on GitHub↗2,633
  • alibaba/uirecorderalibaba avatar

    alibaba/uirecorder

    2,073View on GitHub↗

    UI Recorder is multi-platform UI test case recorder like Selenium IDE but more powerful than Selenium IDE!

    JavaScript
    View on GitHub↗2,073
  • alfert/propcheckalfert avatar

    alfert/propcheck

    393View on GitHub↗

    Property based Testing for Elixir (based upon PropEr)

    Elixir
    View on GitHub↗393
  • alicebob/miniredisalicebob avatar

    alicebob/miniredis

    3,560View on GitHub↗

    Pure Go Redis server for Go unittests

    Gogoredisunittest
    View on GitHub↗3,560
  • alisoftware/ohhttpstubsAliSoftware avatar

    AliSoftware/OHHTTPStubs

    5,068View on GitHub↗

    OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing application behavior without a live backend. It functions as a network request stubbing tool that captures outgoing network calls and replaces them with predefined mock data, custom status codes, and headers. The library distinguishes itself through its ability to simulate a wide range of network conditions, including artificial latency and connection failures. It supports dynamic response sequencing, allowing the tool to return a series of different responses for the same requ

    Objective-Ciosmockmock-server
    View on GitHub↗5,068
  • alkass/polishAlkass avatar

    Alkass/polish

    59View on GitHub↗

    Testing Framework for Rust

    Rustrusttest-driven-developmenttesting-framework
    View on GitHub↗59
  • amaembo/streamexamaembo avatar

    amaembo/streamex

    2,288View on GitHub↗

    Enhancing Java Stream API

    Javacollectionsjavajava8
    View on GitHub↗2,288
  • americanexpress/jest-image-snapshotamericanexpress avatar

    americanexpress/jest-image-snapshot

    3,913View on GitHub↗

    jest-image-snapshot is a Node.js image testing library and visual comparison engine designed for visual regression testing within Jest. It provides a custom matcher to compare current images against baseline snapshots to identify pixel differences. The tool generates image diffs that highlight specific divergences between baseline and received snapshots. It includes mechanisms to update baseline images when changes are approved and allows for sensitivity tuning via pixel count, percentage thresholds, or blur to ignore noise. The library covers image snapshot management, including custom stor

    JavaScript
    View on GitHub↗3,913
  • andrewplummer/sugarandrewplummer avatar

    andrewplummer/Sugar

    4,506View on GitHub↗

    Sugar is a JavaScript utility library designed to extend native objects and prototypes with additional methods for data manipulation and transformation. It functions as a toolkit for object utilities, date manipulation, string inflection, and the polyfilling of missing or broken standard language features. The library provides the ability to map utility methods directly onto built-in prototypes or wrap values in temporary objects to enable method chaining without modifying global prototypes. It also includes a polyfill system to ensure consistent behavior across different execution environmen

    JavaScript
    View on GitHub↗4,506
  • angular/protractorangular avatar

    angular/protractor

    8,694View on GitHub↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    JavaScriptangularend-to-endjavascript
    View on GitHub↗8,694
  • anthonylloyd/cscheckAnthonyLloyd avatar

    AnthonyLloyd/CsCheck

    205View on GitHub↗

    Random testing library for C#

    C#causal-profilingconcurrency-testingmetamorphic-testing
    View on GitHub↗205
  • antonmi/especantonmi avatar

    antonmi/espec

    816View on GitHub↗

    Elixir Behaviour Driven Development

    Elixir
    View on GitHub↗816
  • antp/kovacsantp avatar

    antp/kovacs

    4View on GitHub↗

    Download the latest release (or clone) the repository and build Kovacs with:

    Elixir
    View on GitHub↗4
  • aol/cyclopsaol avatar

    aol/cyclops

    1,328View on GitHub↗

    An advanced, but easy to use, platform for writing functional applications in Java 8.

    Java
    View on GitHub↗1,328
  • aol/cyclops-reactA

    aol/cyclops-react

    0View on GitHub↗
    View on GitHub↗0
  • apache/cassandra-harryA

    apache/cassandra-harry

    0View on GitHub↗
    View on GitHub↗0
  • airbnb/okreplayA

    airbnb/okreplay

    0View on GitHub↗
    View on GitHub↗0