Release v0.6.14
Release Notes
pkg/allure
Features
- Add
Parameter
field (type[]allure.Parameter
) toallure.Result
object
pkg/framework
Features
- Add
T.WithParameters
method. It adds array ofallure.Parameter
to the test body - Add
T.WithNewParameters
method. It creates newAllure.Parameters
and attach them to the report body.