Details
-
Type:
Sub-task
-
Status:
Verified
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.2.0 CE M2
-
Fix Version/s: None
-
Component/s: Tools, Tools > Plugins SDK > Web, Tools > Testing
-
Labels:None
-
Similar Issues:
Description
Add ability to create integration tests from plugins
Issue Links
- is related to
-
LPS-28938
Extract the testing infrastructure from portal-impl to a new module portal-test
-

There is a new target in build-common-plugin.xml that builds the plugin (using ANT war) and also adds integration test classes to a JAR inside WEB-INF/lib, using plugin name as default name (e.g. google-maps-portlet-test-integration.jar)
We have added some test examples for two plugins: Google Maps and Sample-Servie-Builder