-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove remote package from TestNG #12
Comments
Shouldn't TestNG simply depend on |
I don't know if it will work as testng-remote already depends on testng |
i don't think we can do it now since testng-remote depends on testng which will cause circular dependency. |
regards to |
BTW, Cedric's weblog http://beust.com/weblog2/archives/000362.html can help understand how master/slave works |
I was thinking about removing the remote package from TestNG, but how can we manage it?
I think TestNG should not have a dependency to testng-remote but, currently,
TestNG
imports some remote classes (SuiteDispatcher
andSuiteSlave
).Do you have an idea?
The text was updated successfully, but these errors were encountered: