This repository contains the documentation for RestTestGen framework. RestTestGen is a robust tool and framework designed for automated black-box testing of RESTful web APIs.
The Wiki is publicly available here.
This repository includes both the documentation content in markdown files and the source code needed to deploy a documentation website powered by Docusaurus.
The Docusaurus-powered website can be deployed using the following methods:
- Docker Compose (recommended)
- Docker
- Local machine
Please follow the instructions for your preferred method below.
In all cases, the website will be reachable on localhost at port 3000: http://localhost:3000.
docker compose up -d
sudo docker build -t rtg-wiki .
sudo docker run -p 3000:3000 rtg-wiki
Requires Node.js to be installed on the local machine.
npm install
npm run start