test-runner
/
1.13.5
test-runner 1.13.5
Install from the command line:
Learn more about npm packages
$ npm install @ionos-cloud/test-runner@1.13.5
Install via package.json:
"@ionos-cloud/test-runner": "1.13.5"
About this version
Cloud SDK Test Runner
- Generate a Github Personal Access Token. Check the Github Documentation on how to do that.
- Add the following lines to your ~/.npmrc file:
@ionos-cloud:registry=https://npm.pkg.github.com/ionos-cloud
//npm.pkg.github.com/:_authToken=<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
- Install the package
npm install -g @ionos-cloud/test-runner
You can also check the Github documentation on how to access github npm packages.
$ npm install -g @ionos-cloud/test-runner
$ csdk-test-runner COMMAND
running command...
$ csdk-test-runner (-v|--version|version)
@ionos-cloud/test-runner/1.13.5 linux-x64 node-v22.9.0
$ csdk-test-runner --help [COMMAND]
USAGE
$ csdk-test-runner COMMAND
...
display help for csdk-test-runner
USAGE
$ csdk-test-runner help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Runs a test suite from a JSON test specification.
USAGE
$ csdk-test-runner run [FILE]
OPTIONS
-b, --batch consider the input a batch, meaning it lists a batch of independent tests
-d, --driver=driver language driver to use; path and args are taken from config
-f, --fail-fast exit with failure as soon as a test fails
-h, --help show CLI help
-t, --test=test run only the specified tests; use -t multiple times to specify more than 1 test
-x, --exclude=exclude exclude tests
--debug show debugging information: verbose + displays each driver command's input and output
--driver-arg=driver-arg command line arguments to pass to driver; must be specified together with "driver-path"
--driver-cwd=driver-cwd working directory to run the driver command in
--driver-path=driver-path driver path to use; cannot be specified together with "driver"
--verbose show each assertion evaluation
EXAMPLE
$ csdk-test-runner run
See code: src/commands/run.ts
Details
- test-runner
- ionos-cloud
- about 2 months ago
- MIT
- 26 dependencies
Assets
- test-runner-1.13.5.tgz
Download activity
- Total downloads 34
- Last 30 days 10
- Last week 3
- Today 0