Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It would be nice, once the TCK is completed, to run CMIS compatibility tests directly in the build process of the tck module (with specifc profiles) against different platforms:
- Surefire will run TCK Unit Tests (for Frameworks who want to Test CMIS compatibility in process) in the 'test' phase
- Surefire will run TCU Integration Tests (for Frameworks who want to Test CMIS compatibility providing a remote service) in the 'integration-test' phase
Every platform that support CMIS (mostly everyone has a committer) can maintain the specific Maven profile that configures Surefire to run tests against its own platform.
I can try to set this up in quite short time, as soon as the base TCK code is committed.