We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0601a6 + 7d12f8b commit 3ba313bCopy full SHA for 3ba313b
pokeapi/scanapi-report.html
pokeapi/scanapi.yaml
@@ -16,8 +16,8 @@ endpoints:
16
assert: ${{ response.elapsed.total_seconds() < 0.5 }}
17
- name: results_length_is_20
18
assert: ${{ len(response.json()["results"]) == 20 }}
19
- - name: count_is_equals_to_1048
20
- assert: ${{ response.json()["count"] == 1048 }}
+ - name: count_is_gte_1050
+ assert: ${{ response.json()["count"] >= 1050 }}
21
- name: details
22
method: get
23
path: ${pokemon_name}
0 commit comments