feat: run test with reference testcase

This commit is contained in:
debugtalk
2020-05-14 23:21:15 +08:00
parent 6ebbc81fd1
commit 23399772ef
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")