change: replace jsonschema validation with pydantic

This commit is contained in:
debugtalk
2020-04-09 18:48:20 +08:00
17 changed files with 51 additions and 915 deletions

View File

@@ -21,7 +21,7 @@ teststeps:
os_platform: 'ios'
app_version: '2.8.6'
extract:
- session_token: content.token
session_token: content.token
validate:
- eq: ["status_code", 200]
- len_eq: ["content.token", 16]