[EXCONTRANS-240] Bundling and automatic integration test Created: 08/Jun/18  Updated: 15/Nov/18  Resolved: 11/Jun/18

Status: Closed
Project: Content Translation Extended (CTX)
Component/s: Apps
Affects Version/s: 2.0
Fix Version/s: 2.0

Type: Task Priority: Neutral
Reporter: Viet Nguyen Assignee: Viet Nguyen
Resolution: Fixed Votes: 0
Labels: maintenance
Remaining Estimate: 0d
Time Spent: 2d
Original Estimate: 2d
Environment:

Stagging


Issue Links:
Relates
relates to EXCONTRANS-220 Integration Test for ECTS-V2 Closed
Template:
Acceptance criteria:
Empty
Task DoR:
Empty
Release notes required:
Yes
Documentation update required:
Yes

 Description   

Provide a webapp bundle and integration tests to make sure that released modules will not break Magnolia CMS instance.
Automatic integration tests will try to make sure that included modules up and run, Unit tests should cover other detail test cases.
We just provide a webapp bundle for this set of CTSE modules, integration with other Services bundle will be done in another scope task.



 Comments   
Comment by Viet Nguyen [ 08/Jun/18 ]

EXCONTRANS-220 is our manual integration test

Comment by Viet Nguyen [ 11/Jun/18 ]

trung.luu or chuong.doan could you please QA. Documentation here: https://wiki.magnolia-cms.com/display/VN/CTSE+Webapp+bundle

Comment by Viet Nguyen [ 18/Jun/18 ]

A note on using HtmlUnit - we need to configure few more libraries to prevent runtime errors.

<dependency>
      <groupId>net.sourceforge.htmlunit</groupId>
      <artifactId>htmlunit</artifactId>
      <version>2.31</version>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>htmlunit-driver</artifactId>
      <version>2.31.0</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.4.01</version>
    </dependency>
    <dependency>
      <groupId>org.w3c.css</groupId>
      <artifactId>sac</artifactId>
      <version>1.3</version>
    </dependency>

Hope this helps!

Generated at Mon Feb 12 00:29:18 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.