allure-framework/allure-php-api

Add support of {placeholders} to annotations

vania-pooh opened this issue · 1 comments

Right now Java version support placeholders like {placeholder} in @title annotations. These placeholders are automatically replaced with respective data (test parameters and so on). Need to implement this for PHP adapter.

After a short investigation - doesn't make sense because of trait-based implementation. We can't determine method name and arguments which called trait method.