Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 918 Bytes

CheckPluginOptions.md

File metadata and controls

45 lines (24 loc) · 918 Bytes

@sdeverywhere/plugin-check / CheckPluginOptions

Interface: CheckPluginOptions

Properties

baseline

Optional baseline: CheckBundle

The baseline bundle. If undefined, no comparison tests will be run.


current

Optional current: CheckBundle

The current bundle, i.e., the bundle that is being developed and checked.


testConfigPath

Optional testConfigPath: string

The absolute path to the JS file containing the test configuration. If undefined, a default test configuration will be used.


reportPath

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.


serverPort

Optional serverPort: number

The port used for the local dev server (defaults to 8081).