-
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
Provide tests for Camel Che stack and their plugins #14780
Comments
@apupier Do you think you would be able to contrubute those tests? We can guide you and help you create them ;-) If not, please try to provide more detailed instructions (or screencast ;-) ) |
interested in providing them. Not sure from which one I should start with. How to launch these tests? What is the recommended way to develop tests? |
https://github.com/eclipse/che/tree/master/e2e/ is the correct place. You can create another spec.ts file for the devfile/stack you want as this one: https://github.com/eclipse/che/blob/master/e2e/tests/e2e/JavaVertx.spec.ts Instructions of how to run the tests are in the readme file: https://github.com/eclipse/che/blob/master/e2e/README.md If you need any info, feel free to contact us in our eclipse mattermost channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
already a long time on standby. I fear I won't have time to work on that in near future |
in the test infrastructure we can add a Camel K instance. We are doing it for VS Code Camel K test for instance: https://github.com/camel-tooling/vscode-camelk/blob/3a49334ab30ea338d4c497bcd0d0995b84928a38/.travis.yml#L26-L46 The other issues are currently blocked for a very long-time due to Che limitations. I don't think that we should wait for them. To use the stack currently, the requirement is that there is a Camel K isntance deployed somewhere and accessible. it sounds like a reqyuirement that needs to be fulfilled by the test infrastructure. |
Out of curiosity - what's the compute requirements (ram/cpu) for running camel K instance needed for tests? |
i don't have this information. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Plugin tests seem to have been moved too https://github.com/eclipse/che/tree/main/tests/e2e/tests/plugins and https://github.com/eclipse/che/blob/main/tests/e2e/tests/devfiles |
eclipse-che#14780 - check start of workspace - check Camel and java language server initialized by checking completion - check build task Signed-off-by: Aurélien Pupier <apupier@redhat.com>
eclipse-che#14780 - check start of workspace - check Camel and java language server initialized by checking completion - check build task Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Outdated |
test with following cases are important:
nice to have:
The text was updated successfully, but these errors were encountered: