reportportal / agent-java-testNG

TestNG listener
Apache License 2.0
54 stars 20 forks source link

My test executions are not syncing to ReportPortal UI #214

Open Bshaik opened 5 days ago

Bshaik commented 5 days ago

i have configured the way it is defined in document to my test automation framework.

1

i am using:

log4j2.properties added:

created the folder and the file : /META-INF/services/org.testng.ITestNGListener

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public Logger log = LoggerFactory.getLogger(Utils.class);
Pink-Bumblebee commented 5 days ago

@Bshaik , could you please check your configuration by using example https://github.com/reportportal/examples-java/tree/master/example-testng-log4j ?

Bshaik commented 3 days ago

@Pink-Bumblebee Actually i have followed the same example document for configuration. can you please let me now where could be the issue and why reportportal dashboard /launch is not displaying the actual execution