feat: run test with reference testcase

This commit is contained in:
debugtalk
2020-05-14 23:21:15 +08:00
parent f88845d9d4
commit 6c29ea3554
4 changed files with 33 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ class Request(BaseModel):
class TestStep(BaseModel):
name: Name
request: Request = None
testcase: Union[Text, Callable] = None
testcase: Text = ""
variables: VariablesMapping = {}
extract: Dict[Text, Text] = {}
validators: Validators = Field([], alias="validate")