Skip to content

junit5 extension for generating lsd reports. (living sequencce diagrams)

License

Notifications You must be signed in to change notification settings

lsd-consulting/lsd-junit5

Repository files navigation

semantic-release

lsd-junit5

Build Nightly Build GitHub release Maven Central

Provides a Junit5 Extension for generating test reports with sequence diagrams. (Using the lsd-core library)

Properties

The following properties are additional to the properties provided by lsd-core and can be overridden by adding a properties file called lsd.properties on the classpath of your application.

Property Name Default Description
lsd.junit5.hideStacktrace false Whether to display the stacktrace on the popup for aborted/failed tests. If the stacktrace needs to be disabled for any reason (e.g. approval tests where java line numbers don't match across builds then this can be enabled.