MaibornWolff / alt-core-js

Acceptance & Load testing framework
https://www.npmjs.com/package/@maibornwolff/alt-core-js
MIT License
7 stars 1 forks source link

Allow global scenario variables (and probably also load variables) to use JavaScript expressions #77

Open johannesloher opened 4 years ago

johannesloher commented 4 years ago

Currently, global scenario variables can only be defined statically. To be consistent with other variable definitions, we should allow evealuating JavaScript code in their definitions. The same is probably true for load variables.

Note: It might also make sense to allow access to variables (which are already defined) but this is probably a lot more difficult because currently, all variables are loaded at the same time. For this reason, this is excluded from this issue.