reporter
Report test results to slack and elsewhere
Usage
Current version only returns the message payload for the slack github
action (slackapi/slack-github-action@v1.26.0) to pick and send to slack.
npx @empiricalrun/reporter $MESSAGE $CUSTOMERNAME $RUNID
Arguments
$MESSAGE
: can be start
(message for tests started) or end
(message for tests completed)$CUSTOMERNAME
: name of the customer (e.g. leap-wallet) which resolves to both github and r2
- expected github:
github.com/empirical-run/$CUSTOMERNAME-tests
- expected r2 location:
reports.empirical.run/$CUSTOMERNAME/...
$RUNID
: github actions run id
Development
pnpm build
cd packages/reporter
npx .