awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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 de adamdriscoll

    adamdriscoll/selenium-powershell

    475Ver en GitHub↗

    PowerShell module to run a Selenium WebDriver.

    PowerShell
    Ver en GitHub↗475
  • arturt/knapsackAvatar de ArturT

    ArturT/knapsack

    548Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗548
  • atata-framework/atataAvatar de atata-framework

    atata-framework/atata

    500Ver en GitHub↗

    C#/.NET test automation framework for web

    C#atataautomated-testingcsharp
    Ver en GitHub↗500
  • athena-framework/specAvatar de athena-framework

    athena-framework/spec

    3Ver en GitHub↗

    Common/helpful Spec compliant testing utilities

    Crystal
    Ver en GitHub↗3
  • avmnu-sng/rspec-tracerAvatar de avmnu-sng

    avmnu-sng/rspec-tracer

    174Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗174
  • bbc-news/wraithAvatar de BBC-News

    BBC-News/wraith

    0Ver en GitHub↗
    Ver en GitHub↗0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • bblimke/webmockAvatar de bblimke

    bblimke/webmock

    4,050Ver en 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
    Ver en GitHub↗4,050
  • bchavez/bogusAvatar de bchavez

    bchavez/Bogus

    9,700Ver en 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
    Ver en GitHub↗9,700
  • c910335/mass-specAvatar de c910335

    c910335/mass-spec

    9Ver en GitHub↗

    Web API testing library

    Crystal
    Ver en GitHub↗9
  • cheezy/page-objectAvatar de cheezy

    cheezy/page-object

    649Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗649
  • chneukirchen/baconAvatar de chneukirchen

    chneukirchen/bacon

    425Ver en GitHub↗

    a small RSpec clone

    Ruby
    Ver en GitHub↗425
  • circleup/aresponsesAvatar de CircleUp

    CircleUp/aresponses

    108Ver en GitHub↗

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

    Python
    Ver en GitHub↗108
  • colszowka/simplecovAvatar de colszowka

    colszowka/simplecov

    4,902Ver en 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
    Ver en GitHub↗4,902
  • crystal-china/hashrAvatar de crystal-china

    crystal-china/hashr

    2Ver en GitHub↗

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

    Crystal
    Ver en GitHub↗2
  • crystal-community/timecop.crAvatar de crystal-community

    crystal-community/timecop.cr

    21Ver en GitHub↗

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

    Crystal
    Ver en GitHub↗21
  • crystal-loot/selenium.crAvatar de crystal-loot

    crystal-loot/selenium.cr

    27Ver en GitHub↗

    Selenium library for Crystal

    Crystal
    Ver en GitHub↗27
  • cucumber/arubaAvatar de cucumber

    cucumber/aruba

    965Ver en GitHub↗

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

    Rubybddcucumberruby
    Ver en GitHub↗965
  • cucumber/cucumberAvatar de cucumber

    cucumber/cucumber

    3,354Ver en GitHub↗

    A home for issues that are common to multiple cucumber repositories

    Ver en GitHub↗3,354
  • cupakromer/emoji-rspecAvatar de cupakromer

    cupakromer/emoji-rspec

    172Ver en GitHub↗

    Custom Emoji Formatters for RSpec

    Ruby
    Ver en GitHub↗172
  • cypress-io/cypressAvatar de cypress-io

    cypress-io/cypress

    50,113Ver en 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
    Ver en GitHub↗50,113
  • django-commons/django-debug-toolbarAvatar de django-commons

    django-commons/django-debug-toolbar

    8,373Ver en 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
    Ver en GitHub↗8,373
  • django-waffle/django-waffleAvatar de django-waffle

    django-waffle/django-waffle

    1,235Ver en GitHub↗

    A feature flipper for Django

    Pythonfeature-flags
    Ver en GitHub↗1,235
  • djanowski/cutestAvatar de djanowski

    djanowski/cutest

    152Ver en GitHub↗

    Isolated tests in Ruby.

    Ruby
    Ver en GitHub↗152
  • emancu/crotestAvatar de emancu

    emancu/crotest

    28Ver en GitHub↗

    A tiny and simple test framework for crystal

    Crystal
    Ver en GitHub↗28
  • enkessler/cqlAvatar de enkessler

    enkessler/cql

    27Ver en GitHub↗

    A query language for Gherkin

    Ruby
    Ver en GitHub↗27
  • equelin/format-pesterAvatar de equelin

    equelin/format-pester

    86Ver en GitHub↗

    Powershell module for documenting Pester's results

    PowerShell
    Ver en GitHub↗86
  • fakeiteasy/fakeiteasyAvatar de FakeItEasy

    FakeItEasy/FakeItEasy

    1,830Ver en GitHub↗

    The easy mocking library for .NET

    C#dotnetdotnet-corefake-objects
    Ver en GitHub↗1,830
  • fcurella/django-fakeryAvatar de fcurella

    fcurella/django-fakery

    115Ver en GitHub↗

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

    Python
    Ver en GitHub↗115
  • ffaker/ffakerAvatar de ffaker

    ffaker/ffaker

    1,574Ver en GitHub↗

    Faker refactored.

    Ruby
    Ver en GitHub↗1,574
  • adamcooke/fake-personAvatar de adamcooke

    adamcooke/fake-person

    116Ver en GitHub↗

    Create some fake personalities

    Ruby
    Ver en GitHub↗116