awesome-repositories.com
Blog
MCP
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
·
D

DATA-DOG/godog

0
View on GitHub↗
0 estrellas·0 forks·6 vistas

Godog

Features

  • Testing and QA - Cucumber-style BDD framework.
  • Testing and Quality Assurance - Cucumber-style BDD framework.
  • Frameworks de pruebas - BDD framework similar to Cucumber.

Historial de estrellas

Gráfico del historial de estrellas de data-dog/godogGráfico del historial de estrellas de data-dog/godog

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.

Start searching with AI

Alternativas open-source a Godog

Proyectos open-source similares, clasificados según cuántas características comparten con Godog.
  • appleboy/gofightA

    appleboy/gofight

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0Ver en GitHub↗
    Ver en GitHub↗0
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0Ver en GitHub↗
    Ver en GitHub↗0
  • data-dog/go-sqlmockAvatar de DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Ver en GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    Ver en GitHub↗6,525
Ver las 30 alternativas a Godog→

Preguntas frecuentes

¿Cuáles son las características principales de data-dog/godog?

Las características principales de data-dog/godog son: Testing and QA, Testing and Quality Assurance, Frameworks de pruebas.

¿Qué alternativas de código abierto existen para data-dog/godog?

Las alternativas de código abierto para data-dog/godog incluyen: bradleyjkemp/cupaloy. dnaeon/go-vcr — Record and replay your HTTP interactions for fast, deterministic and accurate tests. appleboy/gofight. adamluzsi/testcase. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… dvyukov/go-fuzz — go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of…