Dmitry Baev

Results 300 comments of Dmitry Baev

Sorry for the delay I think it would be actually better to use timestamp in epoch milliseconds (as a Long Java type) for request/response times. Then you can use freemarker...

I'd like to. I didn't check 1.0 release yet, but last time it had no suitable reporting API.

you can only interact with Allure Context within a thread that started the context (in general, reporter thread) and it's children. Otherwise you need to pass parent step uuid manually...

> I'd be happy to contribute and help implementing in case support could be provided :) 👍 I'm ok with that. A few thoughts: 1. Introduce a new configuration POJO...

> @baev by any chance, do we have similar configurable implementation in place to be used as an example to speed-up things? not sure. Simply add desired field to AllureTestNG,...

feel free to create a PR

Could you please provide a repository with reproducible project example?

since the java docs are deleted during compilation and is not available in runtime, we are using JSR 269 (pluggable annotation processing API) to process java docs on test methods...

speaking of your suggested solution -- I don't like having empty `Description` annotations in code base since it may confuse users. Maybe it would be more clear to have a...