Demo API is an API created by the ScanAPI team for demo purposes. It can be accessed at https://demo.scanapi.dev/
Requirements:
$ git clone git@github.com:scanapi/examples.git
$ cd demo-api
$ source .env
$ scanapi run scanapi.yaml
The report will be available at scanapi-report.html
If you also want to test the csv report, run:
$ scanapi run -t csv_template.jinja -o scanapi-report.csv
The csv
report will be available at scanapi-report.csv