Git Product home page Git Product logo

Comments (2)

HardNorth avatar HardNorth commented on August 20, 2024

@7vga Every agent in ReportPortal was designed to handle one Launch per execution because we close and free all resources we use on the Launch end. When you call TestNG.run several times it does not initialize our listener a new and uses old one. From pure TestNG prospective this is unrealistic case. Even if you configure your build system to run the same tests with different number of parameters each time it will be separate processes. There are good reasons why they not doing it in the same process. And the first of them is that tests and test frameworks usually not designed to be resilient in the long-running term. Or you have to pass performance profiling phase each test release, that's ridiculous.

So no, you can't do what you described with ReportPortal. That's official. Please configure your build system to run your tests with different set of parameters instead of your own application implementation.

from agent-java-testng.

7vga avatar 7vga commented on August 20, 2024

Got it, thanks for clear explanation, will use other approach

from agent-java-testng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.