awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codegram/spinach

Open-source alternatives to Spinach

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

  • adamdriscoll/selenium-powershellAvatar adamdriscoll

    adamdriscoll/selenium-powershell

    475Vezi pe GitHub↗

    PowerShell module to run a Selenium WebDriver.

    PowerShell
    Vezi pe GitHub↗475
  • arturt/knapsackAvatar ArturT

    ArturT/knapsack

    548Vezi pe GitHub↗

    Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.

    Ruby
    Vezi pe GitHub↗548
  • atata-framework/atataAvatar atata-framework

    atata-framework/atata

    500Vezi pe GitHub↗

    C#/.NET test automation framework for web

    C#atataautomated-testingcsharp
    Vezi pe GitHub↗500
  • athena-framework/specAvatar athena-framework

    athena-framework/spec

    3Vezi pe GitHub↗

    Common/helpful Spec compliant testing utilities

    Crystal
    Vezi pe GitHub↗3
  • avmnu-sng/rspec-tracerAvatar avmnu-sng

    avmnu-sng/rspec-tracer

    174Vezi pe GitHub↗

    RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.

    Ruby
    Vezi pe GitHub↗174
  • bbc-news/wraithAvatar BBC-News

    BBC-News/wraith

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • bblimke/webmockAvatar bblimke

    bblimke/webmock

    4,050Vezi pe GitHub↗

    WebMock is a Ruby library for HTTP request stubbing, response simulation, and network interception. It serves as a test assertion framework for verifying outgoing HTTP traffic and a network interception layer that blocks external connections to prevent accidental requests during testing. The project provides capabilities for dynamic response generation and the sequencing of different return values for repeated requests to the same endpoint. It supports simulating network failures, such as timeouts or exceptions, and allows for response replays using raw HTTP data loaded from local files. The

    Ruby
    Vezi pe GitHub↗4,050
  • bchavez/bogusAvatar bchavez

    bchavez/Bogus

    9,700Vezi pe GitHub↗

    Bogus is a fake data generator for .NET applications, including C#, F#, and VB.NET. It provides a deterministic mock data engine and an object configuration mapper to produce realistic profiles, addresses, and financial records. The library differentiates itself through a localization data provider that generates region-specific identifiers across various international languages and locales. It ensures reproducibility across executions by using seed values to control the sequence of generated data. The project covers wide-ranging data synthesis capabilities, including the generation of netwo

    C#bogusc-sharpcsharp
    Vezi pe GitHub↗9,700
  • c910335/mass-specAvatar c910335

    c910335/mass-spec

    9Vezi pe GitHub↗

    Web API testing library

    Crystal
    Vezi pe GitHub↗9
  • cheezy/page-objectAvatar cheezy

    cheezy/page-object

    649Vezi pe GitHub↗

    Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver

    Ruby
    Vezi pe GitHub↗649
  • chneukirchen/baconAvatar chneukirchen

    chneukirchen/bacon

    425Vezi pe GitHub↗

    a small RSpec clone

    Ruby
    Vezi pe GitHub↗425
  • circleup/aresponsesAvatar CircleUp

    CircleUp/aresponses

    108Vezi pe GitHub↗

    Asyncio http mocking. Similar to the responses library used for 'requests'

    Python
    Vezi pe GitHub↗108
  • colszowka/simplecovAvatar colszowka

    colszowka/simplecov

    4,902Vezi pe GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    Vezi pe GitHub↗4,902
  • crystal-china/hashrAvatar crystal-china

    crystal-china/hashr

    2Vezi pe GitHub↗

    Hashr is a tiny library makes test on JSON response easier, and can also be used as a models object.

    Crystal
    Vezi pe GitHub↗2
  • crystal-community/timecop.crAvatar crystal-community

    crystal-community/timecop.cr

    21Vezi pe GitHub↗

    A testing library that allows "time travel," "freezing time," and "time acceleration". Inspired by the ruby-timecop library.

    Crystal
    Vezi pe GitHub↗21
  • crystal-loot/selenium.crAvatar crystal-loot

    crystal-loot/selenium.cr

    27Vezi pe GitHub↗

    Selenium library for Crystal

    Crystal
    Vezi pe GitHub↗27
  • cucumber/arubaAvatar cucumber

    cucumber/aruba

    965Vezi pe GitHub↗

    Test command-line applications with Cucumber-Ruby, RSpec or Minitest.

    Rubybddcucumberruby
    Vezi pe GitHub↗965
  • cucumber/cucumberAvatar cucumber

    cucumber/cucumber

    3,354Vezi pe GitHub↗

    A home for issues that are common to multiple cucumber repositories

    Vezi pe GitHub↗3,354
  • cupakromer/emoji-rspecAvatar cupakromer

    cupakromer/emoji-rspec

    172Vezi pe GitHub↗

    Custom Emoji Formatters for RSpec

    Ruby
    Vezi pe GitHub↗172
  • cypress-io/cypressAvatar cypress-io

    cypress-io/cypress

    50,113Vezi pe GitHub↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    TypeScriptangular-testing-librarycomponent-testingcypress
    Vezi pe GitHub↗50,113
  • django-commons/django-debug-toolbarAvatar django-commons

    django-commons/django-debug-toolbar

    8,373Vezi pe GitHub↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    Vezi pe GitHub↗8,373
  • django-waffle/django-waffleAvatar django-waffle

    django-waffle/django-waffle

    1,235Vezi pe GitHub↗

    A feature flipper for Django

    Pythonfeature-flags
    Vezi pe GitHub↗1,235
  • djanowski/cutestAvatar djanowski

    djanowski/cutest

    152Vezi pe GitHub↗

    Isolated tests in Ruby.

    Ruby
    Vezi pe GitHub↗152
  • emancu/crotestAvatar emancu

    emancu/crotest

    28Vezi pe GitHub↗

    A tiny and simple test framework for crystal

    Crystal
    Vezi pe GitHub↗28
  • enkessler/cqlAvatar enkessler

    enkessler/cql

    27Vezi pe GitHub↗

    A query language for Gherkin

    Ruby
    Vezi pe GitHub↗27
  • equelin/format-pesterAvatar equelin

    equelin/format-pester

    86Vezi pe GitHub↗

    Powershell module for documenting Pester's results

    PowerShell
    Vezi pe GitHub↗86
  • fakeiteasy/fakeiteasyAvatar FakeItEasy

    FakeItEasy/FakeItEasy

    1,830Vezi pe GitHub↗

    The easy mocking library for .NET

    C#dotnetdotnet-corefake-objects
    Vezi pe GitHub↗1,830
  • fcurella/django-fakeryAvatar fcurella

    fcurella/django-fakery

    115Vezi pe GitHub↗

    🏭 An easy-to-use implementation of Creation Methods for Django, backed by Faker.

    Python
    Vezi pe GitHub↗115
  • ffaker/ffakerAvatar ffaker

    ffaker/ffaker

    1,574Vezi pe GitHub↗

    Faker refactored.

    Ruby
    Vezi pe GitHub↗1,574
  • adamcooke/fake-personAvatar adamcooke

    adamcooke/fake-person

    116Vezi pe GitHub↗

    Create some fake personalities

    Ruby
    Vezi pe GitHub↗116