Skip to content

Commit 2eb9531

Browse files
authored
Update tutorial with new images (#92)
1 parent 4027b13 commit 2eb9531

22 files changed

Lines changed: 7 additions & 8 deletions

_tutorials/step01.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ScanAPI.
1212

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

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

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

2929
```shell
3030
$ scanapi --version
31-
scanapi, version 2.3.0
31+
scanapi, version 2.8.0
3232
```
3333

34-
The output should return a version equal to 2.3.0 or higher.
34+
The output should return a version equal to 2.8.0 or higher.
3535

3636
[pip-installation]: https://pip.pypa.io/en/stable/installing/
3737
[python]: https://www.python.org/

_tutorials/step03.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ $ scanapi run
4444
From the output of the command, you can see that ScanAPI:
4545

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

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

5554
It is time to check the results! Open the generated file `scanapi-report.html` in your browser.

_tutorials/step13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ CircleCI Project. Follow these steps to create the missing env vars:
260260

261261
> [CircleCI - Setting an Environment Variable in a project][circle-ci-env-var]
262262
263-
Now, let's change `scanapi-action.yaml` to access the env variables you've just created:
263+
Now, let's change `config.yml` to access the env variables you've just created:
264264

265265
```yaml
266266
{% raw %}version: 2.1
718 KB
Loading
892 KB
Loading
774 KB
Loading
714 KB
Loading
791 KB
Loading
781 KB
Loading
626 KB
Loading

0 commit comments

Comments
 (0)