Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _tutorials/step01.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ScanAPI.

ScanAPI is a Python library. For installing ScanAPI, you will need:

- \- [python][python] version 3.6 or higher
- \- [python][python] version 3.7 or higher
- \- [pip][pip-installation], the standard package manager for Python

If you are new to the Python world, no worries, this
Expand All @@ -28,10 +28,10 @@ Check that ScanAPI is installed properly:

```shell
$ scanapi --version
scanapi, version 2.3.0
scanapi, version 2.8.0
```

The output should return a version equal to 2.3.0 or higher.
The output should return a version equal to 2.8.0 or higher.

[pip-installation]: https://pip.pypa.io/en/stable/installing/
[python]: https://www.python.org/
Expand Down
7 changes: 3 additions & 4 deletions _tutorials/step03.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ $ scanapi run
From the output of the command, you can see that ScanAPI:

```shell
Loading file scanapi.yaml # loads the specification file you created
Writing documentation # starts writing the report for your API
Making request GET http://demo.scanapi.dev/api/v1/health/ # makes a GET request to the /health path
INFO Loading file scanapi.yaml # loads the specification file you created

- Making request GET http://demo.scanapi.dev/api/v1/health/ # makes a GET request to the /health path
The documentation was generated successfully.
It is available at <your_root_path>/scanapi-report.html # generates the API documentation
It is available at -> <your_root_path>/scanapi-report.html # generates the API documentation
```

It is time to check the results! Open the generated file `scanapi-report.html` in your browser.
Expand Down
2 changes: 1 addition & 1 deletion _tutorials/step13.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ CircleCI Project. Follow these steps to create the missing env vars:

> [CircleCI - Setting an Environment Variable in a project][circle-ci-env-var]

Now, let's change `scanapi-action.yaml` to access the env variables you've just created:
Now, let's change `config.yml` to access the env variables you've just created:

```yaml
{% raw %}version: 2.1
Expand Down
Binary file modified assets/images/tutorial/step03/report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step03/report-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step03/report-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step04/report-tests-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step04/report-tests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step05/report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step05/report-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step05/report-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step06/report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step06/report-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step07/report-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/tutorial/step11/report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.