Hoepelman.dev

jqwik-starter-maven

Simple examples of how to use jqwik with Maven.

It also uses AssertJ but any Assertion library (including JUnit Jupiter) will do.

Running tests

Configuration

Jqwik's configuration file is located in /src/test/resources/junit-platform.properties

You probably want to add the database name (default is jqwik-database) to your .gitignore file.