mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
.env variables should be referenced with builtin ENV/environ function
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
variables:
|
||||
- var_a: 0
|
||||
- var_c: "${sum_two(1, 2)}"
|
||||
- PROJECT_KEY: ${ENV(PROJECT_KEY)}
|
||||
parameters:
|
||||
- "var_a-var_b":
|
||||
- [11, 21]
|
||||
|
||||
Reference in New Issue
Block a user