reportportal / examples-java

Java examples of Report Portal usage
https://reportportal.io/
Apache License 2.0
19 stars 55 forks source link

I am getting multiple report portal launches created when I run using gradle #65

Open Nileshkhodke123 opened 1 year ago

Nileshkhodke123 commented 1 year ago

Describe the bug I am using gradle gpars.withpool(20) And running test cases using cucumber. I can see multiple report portal launch are created some are blank. I am running test cases file by file.

Gpars.withpool(20)

Feature.eachparrelel{ File file-

Can someone help me to resolve this.

HardNorth commented 3 weeks ago

@Nileshkhodke123 If it's still actual, then to get some help please provide any details:

  1. How do you exactly run gradle + Gpars? Any examples? Why not using standard maxParallelForks option?
  2. Which server do you use and its version.
  3. Do you see any error in your console?