文件名称:xunit-mattermost-reporter:Github操作,通过Webhook将XUnit测试的结果报告给Mattermost
文件大小:107KB
文件格式:ZIP
更新时间:2024-04-09 11:13:15
TypeScript
xUnit Mattermost Reporter构建操作 这个Github动作(通过Webhook)向Mattermost发送一条消息,该消息描述一个或多个xUnit测试结果XML文件的输出。 输入项 mattermostWebhookUrl Mattermost Webhook的必需URL,用于将通知发送到 xUnitTestPath 包含xUnit结果文件(或单个XML文件)的目录的必需相对路径
【文件预览】:
xunit-mattermost-reporter-master
----package.json(1KB)
----__tests__()
--------mattermost-branch.test.ts(4KB)
--------mattermost-pr.test.ts(3KB)
--------xunit.test.ts(1000B)
--------fixtures()
----.eslintrc.json(2KB)
----.github()
--------dependabot.yml(149B)
--------workflows()
----.prettierignore(24B)
----jest.config.js(235B)
----action.yml(512B)
----LICENSE(1KB)
----src()
--------mattermost.ts(5KB)
--------main.ts(1KB)
--------xunit.ts(2KB)
----.mergify.yml(215B)
----.idea()
--------codeStyles()
--------modules.xml(309B)
--------inspectionProfiles()
--------xunit-mattermost-reporter.iml(681B)
----tsconfig.json(1KB)
----.gitignore(2KB)
----README.md(509B)
----yarn.lock(208KB)
----.eslintignore(24B)
----.prettierrc.json(225B)