https://github.com/ozontech/testo-toppings
Collection of small, miscellaneous plugins for Testo framework. Add some flavor to your tests!
https://github.com/ozontech/testo-toppings
go plugin testing testo testo-plugin
Last synced: about 17 hours ago
JSON representation
Collection of small, miscellaneous plugins for Testo framework. Add some flavor to your tests!
- Host: GitHub
- URL: https://github.com/ozontech/testo-toppings
- Owner: ozontech
- License: apache-2.0
- Created: 2026-05-07T12:48:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-15T07:35:44.000Z (15 days ago)
- Last Synced: 2026-06-15T09:17:08.498Z (15 days ago)
- Topics: go, plugin, testing, testo, testo-plugin
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍕 Testo Toppings
[](https://pkg.go.dev/github.com/ozontech/testo-toppings)
> Add some flavor to your tests!
A collection of small, miscellaneous plugins for [Testo framework](https://github.com/ozontech/testo).
## Plugins
- [Rerun](./rerun) - adds `--last-failed`-like behaviour from Pytest to Testo. Makes it possible to rerun only failed tests.
- [XFail](./xfail) - adds `t.XFail()` method to mark a test as "expected to fail".
- [Parallel](./parallel) - marks all tests as parallel by default.
- [Async](./async) - provides a test‑aware `sync.WaitGroup`.
See also [Allure plugin for Testo](https://github.com/ozontech/testo-allure) - visualize results of a test run with [Allure Report](https://allurereport.org/).