@empiricalrun/reporter
v0.21.3
Published
Report test results to slack and elsewhere
Downloads
2,561
Readme
reporter
Report test results to slack and elsewhere
Usage
npx @empiricalrun/reporter $WORKFLOW $MESSAGE_TYPE $CUSTOMER_NAME $RUN_ID $REPORT_TYPE
Arguments
$WORKFLOW
: can betest-run
ortest-gen
$MESSAGE_TYPE
: can bestart
(message for tests started) orend
(message for tests completed)$CUSTOMER_NAME
: 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/...
- expected github:
$RUN_ID
: github actions run id$REPORT_TYPE
: can beplaywright
or other supported report sources
Development
pnpm build
cd packages/reporter
npx . # runs bin/index.ts