Replies: 1 comment
-
Hi, the Github workflow running the tests can be found here: https://github.com/eclipsesource/theia-cloud/blob/main/.github/workflows/test-service.yml The required commands should be
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
When running tests for the Theia Cloud, I noticed that only the service unit test ApplicationPropertiesTests passes. The other tests, which I believe are integration tests, are not running successfully. I saw in the documentation that unit tests need to be executed in Eclipse. In a CI/CD environment without Eclipse, how can tests be run? Could you provide some suggestions? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions