Dump Effective Test Configuration

The effective-test-config goal produces a YAML dump of the test configuration as scanned, parsed and aggregated by SeedStack. This will show the global configuration as the application sees it, including the test classpath.

This goal executes the effective-config tool on the project. This is not the same as running it using the tool goal as the latter doesn’t include the test classpath.

Parameters

No parameters are accepted by this goal.

Example

mvn -q seedstack:effective-test-config
   

On this page


Edit