Foresight CLI Test Uploader ==========
npm install @runforesight/foresight-cli-test-uploaderForesight CLI Test Uploader
==========
The Foresight CLI Test Uploader used to upload test reports to Foresight.
Installation
======
If `@runforesight/foresight-cli installed, don't need to install @runforesight/foresight-cli-test-uploader.
`bash`
npm install -g @runforesight/foresight-cli-test-uploader
* [foresight-cli upload-test] - Upload test results
| Flag | Requirement | Environment Variable | Default
| --- | --- | --- | ---
| -a, --apiKey
| -ud, --uploadDir
| -fw, --framework
| -fm, --format
| -su, --signerUrl
| -upms, --uploadMaxSize
| -uptout, --uploadProcessTimeout
| -uptp, --uploadTrackProgress
| -apsmd, --archiveScanPathMaxDepth
| -aptout, --archiveProcessTimeout
| -p, --projectId
| -l, --logLevel
** FORESIGHT_UPLOADER_TEST_FRAMEWORK value should be one of the ("TESTNG", "JUNIT", "JEST", "PYTEST", "XUNIT2",
"CYPRESS", "MOCHA", "ELIXIR"). \
** FORESIGHT_UPLOADER_TEST_FORMAT value should be one of the ("JUNIT", "TRX").
* [foresight-cli upload-test-coverage`] - Upload test coverage results
| Flag | Requirement | Environment Variable | Default
| --- | --- | --- | ---
| -a, --apiKey
| -ud, --uploadDir
| -fm, --format
| -su, --signerUrl
| -upms, --uploadMaxSize
| -uptout, --uploadProcessTimeout
| -uptp, --uploadTrackProgress
| -apsmd, --archiveScanPathMaxDepth
| -aptout, --archiveProcessTimeout
| -p, --projectId
| -l, --logLevel
** FORESIGHT_UPLOADER_TEST_FORMAT value should be one of the ("JACOCO/XML", "COBERTURA/XML", "GOLANG").
Issues
======
For problems directly related to the CLI, add an issue on GitHub.