`report2junit` is a tool that converts various reports into the JUnit format.
Project description
Report 2 JUnit
report2junit
is a tool that converts various reports into the JUnit format.
Installation
You can install the report2junit
tool by running the following command:
pip install report2junit
Usage
Syntax
The following syntax can be used to convert a report:
report2junit --source-type <TYPE> <SOURCE_LOCATION>
Examples
Convert an output report from cloudformation-guard using the following command(s):
report2junit --source-type cfn-guard ./sample-reports/cfn-guard.json
# Or if you want to specify the destination:
report2junit --source-type cfn-guard ./sample-reports/cfn-guard.json ./sample-reports/cfn-guard-other-destination.xml
Convert an output report from cfn-nag using the following command(s):
report2junit --source-type cfn-nag ./sample-reports/cfn-nag.json
# Or if you want to specify the destination:
report2junit --source-type cfn-nag ./sample-reports/cfn-nag.json ./sample-reports/cfn-nag-other-destination.xml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
report2junit-0.0.1.tar.gz
(4.3 kB
view details)
File details
Details for the file report2junit-0.0.1.tar.gz
.
File metadata
- Download URL: report2junit-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eb785ed3e19c2661e825295451fb0dd0752a872abe84667904898c98e68c80a |
|
MD5 | baf4eb87e71419fa2ad20910b46cae44 |
|
BLAKE2b-256 | fa5e06d424a7a40c27807333d9522e757896c68810ab8f0546e2d558a1dd1e20 |