matterbridge-test
Version:
Matterbridge test plugin
42 lines (29 loc) • 3.22 kB
Markdown
# <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge test plugin
[](https://www.npmjs.com/package/matterbridge-test)
[](https://www.npmjs.com/package/matterbridge-test)
[](https://hub.docker.com/r/luligu/matterbridge)
[](https://hub.docker.com/r/luligu/matterbridge)


[](https://codecov.io/gh/Luligu/matterbridge-test)
[](https://prettier.io/)
[](https://eslint.org/)
[](https://www.typescriptlang.org/)
[](https://nodejs.org/)
[](https://matterbridge.io)
[](https://www.npmjs.com/package/matterbridge)
[](https://www.npmjs.com/package/matter-history)
[](https://www.npmjs.com/package/node-ansi-logger)
[](https://www.npmjs.com/package/node-persist-manager)
---
This is the test plugin we use for Matterbridge tests.
It is designed to throw exceptions at various points to test Matterbridge's responses.
Additionally, it can generate an unlimited number of devices to test the controller's capabilities, and the update interval is configurable.
If you want to write your plugin, the easiest way to start create a new plugin is to clone the [Matterbridge Plugin Template](https://github.com/Luligu/matterbridge-plugin-template) which has **Dev Container support for instant development environment** and all tools and extensions (like Node.js, npm, TypeScript, ESLint, Prettier, Jest and Vitest) already loaded and configured.
If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-test) and sponsoring it.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## Prerequisites
### Matterbridge
See the guidelines on [Matterbridge](https://matterbridge.io) for more information.