Hi, You can do unit test directly in the plugin folder.
If you want more "concrete" tests, you can do test (with Karaf/Pax Exam). Basically, it bootstraps unomi in the test, you can deploy your plugin and test it. Regards JB > Le 21 déc. 2020 à 20:58, Oliver Cabral Jorge <[email protected]> a écrit : > > Hey guys, good afternoon. > > Quick (dumb) question: How can I test a custom plugin made without > deploying it to UNOMI server? > > At this moment I have the maven project, the java classes, blueprint and > everything, but my validation is > - perform update > - compile JAR > - deploy on UNOMI dev server > - test with dev web site > - perform corrections if any > - restart all process if necessary > > Is there a way to test it directly on Eclipse or any other tool and perform > all tests and validations before deploying? > I could not find instructions on the 1.5 manual. > > Thanks! > > -- > ---------------------------------------- > Oliver Cabral Jorge > email: [email protected] > cel: (41) 9548 1000 > ----------------------------------------
