Codepoints tests for cluster setup. They run only against an OLAT instance configured as codepoint server. (selenium-cluster or selenium-single, not OLATNG)
Run a codepoint test in eclipse using your local OLAT instance:
- start ActiveMQ
- Configure your local olat with a codepoint server (enable/disable codepoint/breakpoint framework)
- codepoint_server.enabled=true
- codepoint.jms.broker.url=failover:(tcp://localhost:61616?wireFormat.maxInactivityDuration=0)
- (instance.id=myolat) remember this since must be used in customcontext.xml
- start olat and check that it really starts as a codepoint server
- configure customcontext.xml, namely:
- key="jmsBrokerUrl", value="tcp://localhost:61616"
- key="instanceId" value="myolat"
- start codepoint tests.