I’m a software engineer who cares deeply about developer experience, clean architecture, and rock‑solid code quality. I believe that fast feedback loops and thoughtful tooling enable teams to move fast and safely.
These days I run all the tests with the Vedro framework and spend most of my OSS energy expanding its ecosystem.
| Plugin | What it does |
|---|---|
| vedro-matrix | Generates a full matrix of parameter combinations so you can run the same scenario across every browser / device / locale combo with a single decorator. |
| vedro-hooks | Adds a flexible hook system, letting you run custom code at any stage of the Vedro test lifecycle: startup, before/after each scenario, cleanup, and more. |
| vedro-pairwise | Creates an optimal pairwise set of test cases, dramatically shrinking large parameter spaces while still covering every pair of values. |
| vedro-xunit-reporter | Exports results in xUnit XML, making it effortless to integrate Vedro with popular CI dashboards and reporting tools. |
Python | Vedro | Testing | API | CI/CD