UNPKG
@testkit/send-test-report
Version:
latest (0.0.2)
0.0.2
0.0.1
A simple utility to send CTRF-style test reports to Slack or Microsoft Teams via webhook.
@testkit/send-test-report
/
dist
/
utils
/
sendWebhook.d.ts
2 lines
•
144 B
TypeScript
View Raw
1
2
export
declare
function
sendWebhook
(
webhookUrl
:
string
,
message
:
object
,
name
:
string
):
Promise
<
void
>;
//# sourceMappingURL=sendWebhook.d.ts.map