-
Notifications
You must be signed in to change notification settings - Fork 52
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
Develop JUnit for node.js tern server #2
Comments
@pascalleclercq I have added a simple JUNit with Tern server and node.js at https://github.com/angelozerr/tern.java/blob/master/core/tern.core.tests/src/tern/core/tests/NodejsTernServerTest.java As you can see I have hard coded the path of the node.exe for win32. The path should be dynamic (computed according the OS). |
add tern.eclipse.ide.server.nodejs.embed.linux.gtk.x86_64 for cloudbees
Mostly done, see https://opensagres.ci.cloudbees.com/job/tern.java/ 3 tests are in errors though:
|
alternatively we can use this (easy) trick on cloudbees and assume node is always in $PATH of the build. This would avoid tricky maintenance on node versions. |
Good job Pascal! I have fixed problem with the 3 JUnits an build works now. I close this issue. |
Develop JUnit for node.js tern server.
@pascalleclercq : initialize maven to do JUnit and JUnit must work with any OS (start the well node exe).
@angelozerr : develop JUnit for Develop JUnit for node.js tern server.
The text was updated successfully, but these errors were encountered: