feat: extract session variable from referenced testcase step

This commit is contained in:
debugtalk
2020-06-04 18:20:55 +08:00
parent 0fdb9d426a
commit 81d6f2d65b
12 changed files with 111 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ class TestCaseRequestWithFunctions(HttpRunner):
.variables(**{"foo1": "session_bar1"})
.base_url("https://postman-echo.com")
.verify(False)
.export(*["session_foo2"])
)
teststeps = [