Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Tycho #50

Closed
apohllo opened this issue Jun 3, 2011 · 6 comments
Closed

Integration with Tycho #50

apohllo opened this issue Jun 3, 2011 · 6 comments

Comments

@apohllo
Copy link
Contributor

apohllo commented Jun 3, 2011

It would be nice if TestNG could be used to test with Tycho http://tycho.sonatype.org/ (this project allows for seamless build and testing of Eclipse based projects with Maven).

The integration requires that TestNG allows the same class look-up strategy for PackageUtils as ClassHelper.
The implementation of this issue is available at https://github.com/apohllo/testng/tree/TESTNG-455

@Zlika
Copy link

Zlika commented Nov 1, 2012

Latest version of Tycho adds support for test frameworks other than junit if they provide the implementation of a simple interface (cf http://wiki.eclipse.org/Tycho/Release_Notes/0.16). This should considerably ease the support of testng (if someone step-in to propose a patch so that TestNG implements Tycho's TestFrameworkProvider interface).

@aumann
Copy link

aumann commented Jul 31, 2013

I just wanted to ask if there is currently anyone looking into this.

Is the current build of TestNG already usable with tycho-surefire? The patch from @apohllo in #51 should have provided the necessary support, shouldn't it? Or was the problem that tycho has not been patched to allow TestNG to integrate until the TestFrameworkProvider was introduced?

@missedone
Copy link
Contributor

duplicates with testng-team/testng-eclipse#133
can be closed

@cbeust cbeust closed this as completed Jun 27, 2015
@Zlika
Copy link

Zlika commented Jun 27, 2015

I don't think this issue is related to #133. #133 is about building the testng eclipse plugin with tycho, whereas this one (as I understand it) is about allowing tycho to use testng as a testing framework (currently tycho only supports junit).

@missedone
Copy link
Contributor

right, i oversaw the original issue, we need reopen it

@krmahadevan
Copy link
Member

Closing this out, since its now being tracked under testng-team/testng-eclipse#448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants