Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 954 Bytes

File metadata and controls

35 lines (26 loc) · 954 Bytes

Python reqover

Report example

  1. Run recorder
docker run -p 3000:3000 -v $PWD:/reqover reqover/reqover-cli record -t https://petstore.swagger.io
  1. Set your test base host as http://localhost:3000
  2. Run tests and observe folder reqover-results
  3. Download swagger.json file https://petstore.swagger.io/v2/swagger.json
  4. Run command to generate coverage report
npx reqover generate -f swagger.json -d reqover-results --html

Folder .reqover should appear

npx reqover serve
  1. Open browser at http://localhost:3000
docker run -v $PWD:/reqover \
-v $PWD/data:/tmp/data \
-v $PWD/swagger.json:/tmp/swagger.json \
reqover/reqover-cli generate -f /tmp/swagger.json -d /tmp/data -p /v2 --html                        

License

Reqover python is distributed under the terms of the Apache license 2.0