Hi,
In SDK 3.0 we have embedded tomcat, alfresco content services, DB and search services (Solr).
using 'alfresco-maven-plugin we able to test developed code with JUNIT.
In SDK4.0 there is no such feature/plugin to test the code (without docker).
can anyone help me on this.
There is a different between plain JUNIT test cases and Integration test cases. You can develop/test Junit test cases in either of the SDKs. Role of application server comes into play when you want to perform integration tests. In SDK3.0 we have embeded tomcat which you can use to run your integration tests. In SDK4.0 everything is same as SDK3.0 except execution of tests. when you use SDK4, It launces a docker container to run your tests.
Refer this doc for more details: https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/integration-testing/README...
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.