0.10.0 (2026-03-17)
⚠ BREAKING CHANGES
- Test: Remove
descriptionparameter from the#[Test]attribute - Lifecycle: Rename attributes to be more clear
- Remove
$parallelflag fromSuiteConfig - Rename
\Testo\Retry\RetryPolicyto\Testo\Retry - Prepare moving
ObjectContainerintointernal/containerpackage - Change namespaces for many classes
- Bench: Move
#[Bench]intoTestonamespace - Change namespaces for
PluginConfigurator,Filter - Test:
#[AssertMethod]attribute moved to theTesto\Common\Attributenamespace - Test:
#[Test]attribute moved to theTestonamespace
Features
- Test:
#[Test]attribute finder is a plugin now (7987dc7)
Bug Fixes
- Resolve decrement on type
null(9c79e00) - Test: Detect test methods with 'never' return type in annotated class (e2eafbd)
Code Refactoring
- Bench: Move
#[Bench]intoTestonamespace (46c46bb) - Change namespaces for
PluginConfigurator,Filter(53808e8) - Change namespaces for many classes (7a24e94)
- Filter: Filter functionality separated to a plugin (53808e8)
- Lifecycle: Rename attributes to be more clear (aa314b3)
- Prepare moving
ObjectContainerintointernal/containerpackage (0728069) - Remove
$parallelflag fromSuiteConfig(27fefa8) - Rename
\Testo\Retry\RetryPolicyto\Testo\Retry(8ad754b) - Test:
#[AssertMethod]attribute moved to theTesto\Common\Attributenamespace (277d2c4) - Test:
#[Test]attribute moved to theTestonamespace (7987dc7) - Test: Remove
descriptionparameter from the#[Test]attribute (4667abd)