serenity-bdd / serenity-cucumber4-smoketests

1 stars 2 forks source link

serenity index.html not generated still showing running. #6

Open jyotiramg opened 7 months ago

jyotiramg commented 7 months ago

@wakaleo serenity index.html not generated still showing running.

image @wakaleo : Please help me

@wakaleo Could you please help me why index.html is not generated and still showing me testing still running more than 5 hrs for 80 TC

POM.xml

4.0.0 com.w2a XYZ 0.0.1-SNAPSHOT

2.0.81 2.0.81 UTF-8 1.9.45 UTF-8 org.slf4j slf4j-simple 1.7.30 test net.serenity-bdd serenity-core ${serenity.version} net.serenity-bdd serenity-junit ${serenity.version} test net.serenity-bdd serenity-cucumber ${serenity.cucumber.version} org.apache.poi poi 4.1.1 org.apache.poi poi-ooxml 4.1.1 dom4j dom4j 1.6.1 org.apache.xmlbeans xmlbeans 3.1.0 org.apache.poi poi-ooxml-schemas 4.1.1 org.apache.maven.plugins maven-surefire-plugin 2.22.1 true maven-failsafe-plugin 2.22.1 **/runner/**/*.java **/runner/*.java classes 2 2C integration-test verify org.apache.maven.plugins maven-compiler-plugin 3.7.0 1.8 1.8 net.serenity-bdd.maven.plugins serenity-maven-plugin ${serenity.maven.version} serenity-reports post-integration-test aggregate
jyotiramg commented 7 months ago

@wakaleo serenity index.html not generated still showing running.

image @wakaleo : Please help me

@wakaleo Could you please help me why index.html is not generated and still showing me testing still running more than 5 hrs for 80 TC

POM.xml

4.0.0 com.w2a XYZ 0.0.1-SNAPSHOT

2.0.81 2.0.81 UTF-8 1.9.45 UTF-8

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-simple</artifactId>
  <version>1.7.30</version>
  <scope>test</scope>
</dependency>

<dependency>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-core</artifactId>
  <version>${serenity.version}</version>

</dependency>
<dependency>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-junit</artifactId>
  <version>${serenity.version}</version>
  <scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/net.serenity-bdd/serenity-cucumber -->
<dependency>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-cucumber</artifactId>
  <version>${serenity.cucumber.version}</version>
</dependency>

<!-- POI JARS STARTS -->

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi</artifactId>
  <version>4.1.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml</artifactId>
  <version>4.1.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
<dependency>
  <groupId>dom4j</groupId>
  <artifactId>dom4j</artifactId>
  <version>1.6.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans -->
<dependency>
  <groupId>org.apache.xmlbeans</groupId>
  <artifactId>xmlbeans</artifactId>
  <version>3.1.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml-schemas</artifactId>
  <version>4.1.1</version>
</dependency>

<!-- POI JARS ENDS -->

org.apache.maven.plugins maven-surefire-plugin 2.22.1 true maven-failsafe-plugin 2.22.1

              <!-- <include>**/testcases/Parameterization.java</include> -->
              <include>**/runner/**/*.java</include>
              <include>**/runner/*.java</include>

          </includes>

          <parallel>classes</parallel>
          <threadCount>2</threadCount>
          <forkCount>2C</forkCount>
      </configuration>
      <executions>
          <execution>
              <goals>
                  <goal>integration-test</goal>
                  <goal>verify</goal>
              </goals>
          </execution>
      </executions>
  </plugin>
  <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <version>3.7.0</version>
      <configuration>
          <source>1.8</source>
          <target>1.8</target>
      </configuration>
  </plugin>
  <plugin>
      <groupId>net.serenity-bdd.maven.plugins</groupId>
      <artifactId>serenity-maven-plugin</artifactId>
      <version>${serenity.maven.version}</version>
      <executions>
          <execution>
              <id>serenity-reports</id>
              <phase>post-integration-test</phase>
              <goals>
                  <goal>aggregate</goal>
              </goals>
          </execution>
      </executions>
  </plugin>
</plugins>
jyotiramg commented 7 months ago

@wakaleo serenity index.html not generated still showing running.

image @wakaleo : Please help me

@wakaleo Could you please help me why index.html is not generated and still showing me testing still running more than 5 hrs for 80 TC

POM.xml

4.0.0 com.w2a XYZ 0.0.1-SNAPSHOT

2.0.81 2.0.81 UTF-8 1.9.45 UTF-8

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-simple</artifactId>
  <version>1.7.30</version>
  <scope>test</scope>
</dependency>

<dependency>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-core</artifactId>
  <version>${serenity.version}</version>

</dependency>
<dependency>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-junit</artifactId>
  <version>${serenity.version}</version>
  <scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/net.serenity-bdd/serenity-cucumber -->
<dependency>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-cucumber</artifactId>
  <version>${serenity.cucumber.version}</version>
</dependency>

<!-- POI JARS STARTS -->

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi</artifactId>
  <version>4.1.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml</artifactId>
  <version>4.1.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
<dependency>
  <groupId>dom4j</groupId>
  <artifactId>dom4j</artifactId>
  <version>1.6.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans -->
<dependency>
  <groupId>org.apache.xmlbeans</groupId>
  <artifactId>xmlbeans</artifactId>
  <version>3.1.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml-schemas</artifactId>
  <version>4.1.1</version>
</dependency>

<!-- POI JARS ENDS -->

org.apache.maven.plugins maven-surefire-plugin 2.22.1 true maven-failsafe-plugin 2.22.1

              <!-- <include>**/testcases/Parameterization.java</include> -->
              <include>**/runner/**/*.java</include>
              <include>**/runner/*.java</include>

          </includes>

          <parallel>classes</parallel>
          <threadCount>2</threadCount>
          <forkCount>2C</forkCount>
      </configuration>
      <executions>
          <execution>
              <goals>
                  <goal>integration-test</goal>
                  <goal>verify</goal>
              </goals>
          </execution>
      </executions>
  </plugin>
  <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <version>3.7.0</version>
      <configuration>
          <source>1.8</source>
          <target>1.8</target>
      </configuration>
  </plugin>
  <plugin>
      <groupId>net.serenity-bdd.maven.plugins</groupId>
      <artifactId>serenity-maven-plugin</artifactId>
      <version>${serenity.maven.version}</version>
      <executions>
          <execution>
              <id>serenity-reports</id>
              <phase>post-integration-test</phase>
              <goals>
                  <goal>aggregate</goal>
              </goals>
          </execution>
      </executions>
  </plugin>
</plugins>