ultralight-core
v0.5.1
Published
Ultralight core package for reporting
Downloads
1,524
Readme
ultralight-core
This is the core package for reporting to Ultralight. This is also used in the Ultralight GitHub Action. The core package also includes a CLI for easy setup.
CLI
The CLI can be used in lieu of the GitHub Action to report to Ultralight, for example when not using GitHub.
Installation
The CLI can be used without full installation using npx. To run the CLI, use
npx ultralight-core --helpThe CLI can also be installed globally using the following
npm install -g ultralight-coreAnd then you can use the CLI via
ultralight-core --helpUsage
Report test protocols and executions
npx ultralight-core report --help
Report commit
npx ultralight-core reportCommit --help
