This repository contains multiple demos how to use the Axon Ivy platform.
connectivity-demos: How to build and consume Rest or Soap services
error-handling-demos: How to handle errors
html-dialog-demos: How to build dialogs and use PrimeFaces widgets
rule-engine-demos: How to build projects that use the rule engine
workflow-demos: How to build complexer workflow processes
quick-start-tutorial: Quick jump in our platform
demos-app: Collects all Demos to one deployable app
Requirements (web integration tests):
To run the tests import a project into your Axon Ivy Designer or open a terminal, navigate to a project and run:
mvn clean verify
If you want to know more about testing checkout our documentation chapter: Testing