newman-reporter-lark
v1.0.4
Published
webhook to lark
Downloads
27
Readme
Lark Newman Reporter
This is the Newman Reporter for Lark, a tool that provides integration with the Lark platform.
Environment Variables
To use this reporter, you need to set the following environment variables:
LARK_HOSTNAME
: The hostname for the Lark API. For example:open.larksuite.com
LARK_PATH
: The path for the Lark API endpoint. For example:/open-apis/bot/v2/hook/xxx
Make sure to set these environment variables before running the Newman reporter.
Usage
Install the required dependencies:
npm install
Run the Newman reporter:
newman run your-json.json -r lark
Please note that you need to replace your-json.json
with the appropriate filename or command to run the Newman reporter.
License
This project is licensed under the MIT License.
Feel free to customize the README file further to include additional sections or information as needed.