@currents/cmd
The package has CLI commands and tools for Currents platform
Last updated
Was this helpful?
The package has CLI commands and tools for Currents platform
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.
npm install @currents/cmd --save-devcurrents api - retrieve data from Currents Resources entities
currents upload - upload the test results into the Currents Dashboard
currents cache - manage test artifacts and configuration cache
currents convert - convert test reports to Currents internal format
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?
Was this helpful?