No reports displayed in index.html of maven>site>index.html | Selenium Forum
M
Posted on 03/02/2016
i placed pom.xml as per attachment.
i run mvn test site.
I refresh target folder>check content displayed on clicking index.html.

Issue:
no results are displayed

Refer:
attachment of pom.xml

my code:
========
package com.qtpselenium.framework.datadriven;

import org.testng.annotations.Test;
import org.testng.annotations.BeforeTest;

public class TestNG_test {
@Test
public void f1() {
System.out.println("am using maven for 1st time");
}
@Test
public void f2() {
System.out.println("am using maven for 2nd time");
}
@Test
public void f3() {
System.out.println("am using maven for 3rd time");
}

}

M
Replied on 03/02/2016

upload the entire project.


M
Replied on 04/02/2016

project as attachment


M
Replied on 05/02/2016

give me some time.


M
Replied on 05/02/2016

what is the error?