Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Add support for adding run properties during setup phase when using TestNG #148

Closed anhermon-zz closed 5 years ago

itaiag commented 5 years ago

When adding run properties (and also test properties), in the fixture phase of TestNG, meaning in the @BeforeX methods, there is no test context that can hold the properties so the properties are lost. We should handle those properties the same as we are handling log calls that are done in the fixture phase.