This project provide the basic framework using Python to test out Checkmarx One API .
CX-api-tester
├── LICENSE
├── README.md
├── requirements.txt
├── config
│ └── config.yml
└── src
├── config_parser.py
├── cx_api.py
└── main.py
To install CX-api-tester, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies by running:
pip install -r requirements.txt
After filling in the configuration parameters, you can use CX-api-tester by executing the main.py
script located in the src
directory.