@empiricalrun/reporter
v0.25.4
Published
Report test results to slack and elsewhere
Readme
reporter
Report test results to slack and elsewhere
Usage
npx @empiricalrun/reporter $WORKFLOW $MESSAGE_TYPE $CUSTOMER_NAME $RUN_ID $REPORT_TYPEArguments
$WORKFLOW: can betest-runortest-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 beplaywrightor other supported report sources
Development
pnpm build
cd packages/reporter
npx . # runs bin/index.ts