You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💡 Updated status of integration tests in comments
TestContainers now works the same as a local AEM instance, so the
comments were updated to reflect this. Also tags were added to allow
the exclusion of tests that fail because they require additional AEM
configuration.
// * Sample JSON Adaptive Form not deployed - Causes JSON AF Rendering test to fail
37
-
// * Sample XDP not copied to target file system - Causes GeneratePdfOututTest "For mWindows Machine" rendering test failures
38
-
// * Reader Extensions not configured - Causes Reader Extensions (Secure Document) tests to fail
39
-
// * OpenOffice not installed - causes GeneratePdf tests to fail
36
+
// * Sample JSON Adaptive Form not deployed - Causes JSON AF Rendering test to fail - This test is currently disabled.
37
+
// * Reader Extensions not configured - Causes Reader Extensions (Secure Document) tests to fail - These tests can be excluded by excluding the "requiresRe" tag.
38
+
// * OpenOffice not installed - causes GeneratePdf tests to fail - These tests can be excluded by excluding the "requiresPdfG" tag.
40
39
//
41
40
// Status of TestContainers support.
42
-
// AEM Integration test issues (in addition to those above)::
43
-
// * Sample Adaptive Form not deployed - Causes AF Rendering test to fail (should be fixed in latest AEM image)
44
-
// * JSAFE not configured - Causes Assembler test to fail (should be fixed in latest AEM image)
45
-
// * Sample XDP not deployed - Causes HTML5, PDF and Print rendering tests to fail (should be fixed in latest AEM image)
46
-
// * GeneratePrintedOutput test AllArgs seems to want D:\FluentForms\Forms - Need to fix tests
47
-
// * Generate HTLML5 test fails because protected mode is on - Need to fix AEM image creation code to set this.
41
+
// Same as above.
48
42
49
43
// The TESTCONTAINERS configuration requires an AEM container image with AEM forms installed. Since AEM is proprietary, it is not possible to obtain this
50
44
// through public images. By default, this uses a private image hosted in the 4PointSolutions-PS GitHub organization. If you are not
0 commit comments