# ovh/venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions

Repository: https://github.com/ovh/venom
Canonical: https://ross.abutalabs.com/products/ovh-venom
Language: Go
License: Apache-2.0
License Family: permissive
Topics: test, testing, integration-testing, cli, command, command-line, cli-app, golang-application, xunit, hacktoberfest
Last push: 2026-09-02T15:04:55+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 41, longevity 100
- inputs: {"age_days": 3484, "days_push": 0, "days_rel": 239, "gap_med": 102, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1217, forks 175 (observed 2026-09-03T02:15:16.652524+00:00)

## What it is
Venom is a CLI tool for creating, managing, and running integration tests declaratively. It executes test suites using built-in executors (HTTP requests, scripts, web, IMAP, etc.) with assertions and variable support.

## Use cases
- run integration tests from the command line
- write declarative HTTP API test suites
- test APIs with assertions in YAML
- run integration tests in CI/CD pipelines
- chain test steps using outputs from previous steps
- export test reports in xUnit format
- test email flows via IMAP

## When to choose
- you want declarative, YAML-based integration tests without writing code
- you need a single CLI binary that runs in CI/CD pipelines
- you need to test HTTP APIs, scripts, or email with built-in executors
- you want xUnit-compatible test reports

## When to avoid
- you need unit testing for Go code (use Go's native testing package)
- you need complex custom test logic better expressed in a programming language
- you need browser end-to-end testing with rich UI interactions

## Facets
- artifact type: cli-tool
- maturity: active
- function: testing, e2e-testing, cli
- domain: testing, developer-tools
- platform: cli, cross-platform, windows
- tags: integration-testing, test-orchestration, xunit, declarative-tests, http-testing, go, command-line, automation, linux, macos, docker

## Member repositories
- ovh/venom (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:16.652524+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:17:08.836595+00:00, confidence not recorded.
  - readme: https://github.com/ovh/venom (fetched 2026-09-03T02:15:16.652524+00:00, sha 685b0c9fa02f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
