@sdeverywhere/plugin-check / CheckPluginOptions
Optional
baseline: CheckBundle
The baseline bundle. If undefined, no comparison tests will be run.
Optional
current: CheckBundle
The current bundle, i.e., the bundle that is being developed and checked.
Optional
testConfigPath: string
The absolute path to the JS file containing the test configuration. If undefined, a default test configuration will be used.
Optional
reportPath: string
The absolute path to the directory where the report will be written. If undefined,
the report will be written to the configured prepDir
.
Optional
serverPort: number
The port used for the local dev server (defaults to 8081).