An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# 🍕 Testo Toppings

[![Go Reference](https://pkg.go.dev/badge/github.com/ozontech/testo-toppings.svg)](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/).