@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
Get familiar with CI Build ID before using currents
in CI.
It is important to set the CI Build ID
explicitly using --ci-build-id
option, if you are using CI sharding or multiple CI machines to parallelize your tests.
If not set explicitly, the CI Build ID
will be set to a random value and it will affect your reporting.
Setup
Subcommands
currents api
- retrieve data from Currents API entitiescurrents upload
- upload the test results into the Currents Dashboardcurrents cache
- manage test artifacts and configuration cache
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