-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: QA / CI / Tests
-
Epic Link:
This issue aims at generating Studio jars from a sample project, to be tested in Studio integration tests.
There is a framework available to help with that, and a sample test would be https://github.com/nuxeo/nuxeo-studio/blob/release-73.24/nuxeo-studio-test/src/test/java/com/nuxeo/studio/test/StudioJSFDeployTest.java
The test project should be copy/pasted inside a test folder, similarly to test_projects/standard_studio referenced inside the StudioJSFDeployTest case: https://github.com/nuxeo/nuxeo-studio/tree/release-73.24/nuxeo-studio-test/src/test/resources/test_projects/standard_studio/metadata
Also, the associated multi class should be created, so that jars are generated for multiple target platform versions (sample: https://github.com/nuxeo/nuxeo-studio/blob/release-73.24/nuxeo-studio-test/src/test/java/com/nuxeo/studio/test/StudioJSFMultiDeployTest.java)