@contract-case/case-plugin-base
Version:
Plugin framework for writing plugins for the ContractCase test framework
11 lines (6 loc) • 961 B
Markdown
# case-plugin-base
[](https://github.com/case-contract-testing/contract-case/actions/workflows/build-and-test.yml)
[](https://snyk.io/test/github/case-contract-testing/case?targetFile=packages/case-core-plugin-base/package.json)
This package provides the base implementation and types for implementing plugins for ContractCase.
Use it if you are extending ContractCase with new functionality. See also [case-plugin-dsl-types],(https://www.npmjs.com/package/@contract-case/case-plugin-dsl-types), which you'll need for building the DSL that users will use to describe Case Examples with your plugin types.
[Main documentation here](https://case.contract-testing.io/docs/intro)