Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@empiricalrun/reporter

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/reporter

Report test results to slack and elsewhere

  • 0.4.0-beta.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
increased by59.62%
Maintainers
0
Weekly downloads
 
Created
Source

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_TYPE $CUSTOMER_NAME $RUN_ID $REPORT_TYPE

Arguments

  • $MESSAGE_TYPE: can be start (message for tests started) or end (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/...
  • $RUN_ID: github actions run id
  • $REPORT_TYPE: can be playwright or other supported report sources

Development

pnpm build

cd packages/reporter
npx .  # runs bin/index.ts

FAQs

Package last updated on 04 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc