UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

11 lines (6 loc) 961 B
# case-plugin-base [![Build and test](https://github.com/case-contract-testing/contract-case/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/case-contract-testing/contract-case/actions/workflows/build-and-test.yml) [![Known Vulnerabilities](https://snyk.io/test/github/case-contract-testing/contract-case/badge.svg?targetFile=packages/case-plugin-base/package.json)](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)