-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TestNG suport for Theia #19828
Comments
https://github.com/eclipse-che/che-plugin-registry/blob/7.24.x/v3/plugins/cdr/code-server/3.6.2/meta.yaml is an editor To use the Java plugin (with test runner support), you can use the existing |
Hi Eric, Please find the devfile. apiVersion: 1.0.0
We have used java11, still its not showing the Run debugg option. Thanks for the support |
Hi Eric, On Behalf of Akhil, any update on the above issue? |
Not yet, this is something we'll look at next sprint (June 15th and onward). |
Hi @akhilajayakumar @spvece , do you have a public git project where this issue could be reproduced? I cannot access to https://github.com/USTQE/NoSkriptTrial.git |
I have tried to write a small test with TestNG and can say, that it works. But there is an issue, that needs to be fixed (see below). Try create a workspace with this devfile
After workspace startup go to It should be as on the screenshot, but.. Clicking on See the issue for details. |
We have been working with Eclipse che theia 7.31 version and have done "deploy plugin by id" to add the Java test runner plugin to enable TestNg support for the projects. We could see the Run| Debug option for java but not for @test annotations from Junit/TestNG libraries. Could you please guide us where we are going wrong?
We also tried adding vscode extension in theia following the instructions from the below document,
https://www.eclipse.org/che/docs/che-7/end-user-guide/adding-a-vs-code-extension-to-a-workspace/
We have used below meta.yamal as reference to add vscode plugin, but no luck
https://github.com/eclipse-che/che-plugin-registry/blob/7.24.x/v3/plugins/cdr/code-server/3.6.2/meta.yaml
Setup details:
Che version: latest (7.31.0)
Deployed on Azure Kubernetes (AKS) Using helm chart
Kubernetes version: 1.18.17, 16Gb 4CPU
Storage for a workspace -10GB
The text was updated successfully, but these errors were encountered: