Giter VIP home page Giter VIP logo

Comments (9)

adngzz avatar adngzz commented on August 17, 2024 1

@adngzz have you found any solution without downgrading ?
Not really, but since my project is using maven downgrading is easy. Also it only impacts eclipse, running via command line works fine.
I have tracked the error to https://github.com/testng-team/testng-remote/blob/master/remote6_12/src/main/java/org/testng/remote/support/RemoteTestNG6_12.java line 33

It seem in 2.8 they added an extra parameter(SuiteRunner) in the TestRunner constructor at org.testng.TestRunner which RemoteTestNG6_12 is not sending. I'll post this in that repo as I think the fault ultimately lies in testng-remote.

  /* /!\ This constructor is used by testng-remote, any changes related to it please contact with testng-team. */
  public TestRunner(
      IConfiguration configuration,
      ISuite suite,
      XmlTest test,
      boolean skipFailedInvocationCounts,
      Collection<IInvokedMethodListener> invokedMethodListeners,
      List<IClassListener> classListeners,
      SuiteRunner suiteRunner) {
    this.comparator = Systematiser.getComparator();
    init(
        configuration,
        suite,
        test,
        suite.getOutputDirectory(),
        suite.getAnnotationFinder(),
        skipFailedInvocationCounts,
        invokedMethodListeners,
        classListeners,
        suiteRunner);
  }

from testng-eclipse.

adngzz avatar adngzz commented on August 17, 2024 1

Added case to TestNG remote testng-team/testng-remote#127

from testng-eclipse.

adngzz avatar adngzz commented on August 17, 2024

Also experiencing the same issue, worked fine after downgrading to 7.7.1. I think it must be the plug in as the cases seem to run fine if invoked directly from maven.

from testng-eclipse.

zanoon2020 avatar zanoon2020 commented on August 17, 2024

@adngzz have you found any solution without downgrading ?

from testng-eclipse.

adngzz avatar adngzz commented on August 17, 2024

It seems the issue over remote was fixed, not sure if this one needs updated references.

from testng-eclipse.

zanoon2020 avatar zanoon2020 commented on August 17, 2024

@adngzz i still face the same issue , not sure what i should update ?

from testng-eclipse.

adngzz avatar adngzz commented on August 17, 2024

@adngzz i still face the same issue , not sure what i should update ?

You could try compiling testng-remote and replace the jar in your eclipse install, but I am not familiar with the project and haven't checked for any other dependencies. Otherwise you'll have to wait for a formal release i guess.

from testng-eclipse.

missedone avatar missedone commented on August 17, 2024

Pls try with the latest plugin version now

from testng-eclipse.

zanoon2020 avatar zanoon2020 commented on August 17, 2024

@missedone thanks a lot now working

from testng-eclipse.

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.