Port details |
- venom Manage and run integration tests with efficiency
- 1.2.0_8 devel
=2 1.2.0_7Version of this port present on the latest quarterly branch. - Maintainer: bapt@FreeBSD.org
 - Port Added: 2024-03-29 09:33:05
- Last Update: 2025-04-02 02:07:58
- Commit Hash: a4e30d4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/ovh/venom
- Description:
- Venom allows you to handle integration tests the same way you code your
application. With Venom, testcases will be managed as code: the readability of
the tests means that the tests are part of the code reviews. Thanks to that,
write and execute testsuites become easier for developers and teams.
Concretely, you have to write testsuite in a YAML file. Venom run executors
(scripts, HTTP Request, web, IMAP, etc.) and apply assertions. It can also
generate xUnit result files
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/venom/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/venom
- pkg install venom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: venom
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711703192
SHA256 (go/devel_venom/venom-v1.2.0/v1.2.0.mod) = 494cf21d1b8fd84af689bf23ad1cce2f984153f9efb4b01cc64d4ffd14da6132
SIZE (go/devel_venom/venom-v1.2.0/v1.2.0.mod) = 5294
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go121 : lang/go121
- Fetch dependencies:
-
- go121 : lang/go121
- ca_root_nss>0 : security/ca_root_nss
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_venom
- USES:
- go:modules zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_8 02 Apr 2025 02:07:58
    |
Adam Weinberger (adamw)  |
go: Bump ports for go124 update |
1.2.0_7 05 Mar 2025 16:02:56
    |
Adam Weinberger (adamw)  |
Bump all go ports for yesterday's releases |
1.2.0_6 09 Aug 2024 06:24:08
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update |
1.2.0_5 03 Jul 2024 08:29:54
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update |
1.2.0_4 15 Jun 2024 09:52:17
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.2.0_3 13 May 2024 17:56:04
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.2.0_2 13 May 2024 12:43:41
    |
Tobias Kortkamp (tobik)  |
*: Spell misc variables correctly
Reported by: portfmt scan |
1.2.0_2 15 Apr 2024 08:20:04
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.2.0_1 29 Mar 2024 10:52:49
    |
Baptiste Daroussin (bapt)  |
devel/venom: cosmetic changes
Reported by: diizzy |
1.2.0_1 29 Mar 2024 10:47:49
    |
Baptiste Daroussin (bapt)  |
devel/venom: fix venom version
Upstream passes the version via ldflags in a bundled Makefile,
Let's do the same |
1.2.0 29 Mar 2024 09:32:33
    |
Baptiste Daroussin (bapt)  |
devel/venom: new port
Venom allows you to handle integration tests the same way you code your
application. With Venom, testcases will be managed as code: the readability of
the tests means that the tests are part of the code reviews. Thanks to that,
write and execute testsuites become easier for developers and teams.
Concretely, you have to write testsuite in a YAML file. Venom run executors
(scripts, HTTP Request, web, IMAP, etc.) and apply assertions. It can also
generate xUnit result files |