@currents/cmd
The package has CLI commands and tools for Currents platform
Requirements
Create an account at https://app.currents.dev
Obtain the Project Id (see Project Settings) and the Record Key
Setup
npm install @currents/cmd --save-dev
Subcommands
currents api
- retrieve data from Currents API entitiescurrents upload
- upload the test results into the Currents Dashboardcurrents cache
- manage test artifacts and configuration cachecurrents convert
- convert test reports to Currents internal format
Troubleshooting
Run the CLI command with the --debug
argument or prefix it with DEBUG="currents*"
to obtain detailed information about the command execution process.
Last updated
Was this helpful?