-
Dear all, we maintain a number of setups for custom IDE configurations, project import tasks and preference tasks in our own Oomph Git repository. Is there a way of running automated tests to have proof that the setups will work as expected in the installer? Thank you very much in advance for your thoughts! Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That's a very good question for which I have a very poor answer. We don't have such tests either, but there would certainly be value in such things. 😱 One general problem of course is that various things are prompted so one needs to provide such values. One place where we do sort of run such tests is here where we are generating setups to test marketplace listings: org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator.test() I've not looked in detail at this project: https://github.com/a-langer/eclipse-oomph-console But I assume that in principle, this could be used to drive tests. I would be very much interest in your experience with that if you try it. |
Beta Was this translation helpful? Give feedback.
That's a very good question for which I have a very poor answer. We don't have such tests either, but there would certainly be value in such things. 😱
One general problem of course is that various things are prompted so one needs to provide such values. One place where we do sort of run such tests is here where we are generating setups to test marketplace listings:
org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator.test()
I've not looked in detail at this project:
https://github.com/a-langer/eclipse-oomph-console
But I assume that in principle, this could be used to drive tests. I would be very much interest in your experience with that if you try it.