Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By default the unit tests will run with the H2 in memory database. If you want to run the tests with a different database you have to create the taskanaUnitTest.properties file in your home directory.

...

Info

Requirements: Docker on you machine

In the folder docker-databases you find a prepare_db script which starts the requested database and create the appropriate taskanaUnitTest.properties file for you. 

...

Examples for taskanaUnitTest.properties

DB2 11.

...

5

taskanaUnitTest.properties
Code Block
jdbcDriver=com.ibm.db2.jcc.DB2Driver
jdbcUrl=jdbc:db2://<host>:<port>/<database>
dbUserName=<username>
dbPassword=<password>
schemaName=TASKANA

POSTGRES

...

14.7

taskanaUnitTest.properties

...