PPTester project
Main purpose of this project is to provide the service to automate the API testing process. In order to deploy this service use you should clon this repository and start-up services via the docker-compose.
Start-up Process
- Clone repository:
git clone https://github.com/katepolozyuk/pptester.git
- Process to the root directory
- Start docker compose via:
docker-compose up -d
Usage
- Web interface can be accessed through the 7777 port.
- Kibana interface can be accessed through the 5601 port.
- Those ports can be changed is the
docker-compose.yml
file.