mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +08:00
feat: extract session variable from referenced testcase step
This commit is contained in:
@@ -10,6 +10,7 @@ class TestCaseRequestWithFunctions(HttpRunner):
|
||||
.variables(**{"foo1": "session_bar1"})
|
||||
.base_url("https://postman-echo.com")
|
||||
.verify(False)
|
||||
.export(*["session_foo2"])
|
||||
)
|
||||
|
||||
teststeps = [
|
||||
|
||||
Reference in New Issue
Block a user