I understand that the logs from the various hooks (like all the methods annotated with @Before* and @After*) and all the @Tests are available for viewing in Reportportal. However, I did not see those coming from the methods annotated with @DataProvider. This makes it a bit challenging to debug any issues related to construction/population of the test data. Please let me know if I'm missing anything here.
I understand that the logs from the various hooks (like all the methods annotated with
@Before*and@After*) and all the@Tests are available for viewing in Reportportal. However, I did not see those coming from the methods annotated with@DataProvider. This makes it a bit challenging to debug any issues related to construction/population of the test data. Please let me know if I'm missing anything here.