IBM / gauge-api-steps

A Python module providing reusable Gauge steps for API testing
MIT License
6 stars 2 forks source link

Session properties not directly available in next step #37

Closed derdualist closed 4 months ago

derdualist commented 4 months ago

There is a bug, that makes the session properties only available after two scenario runs. This is probably related to the substitution order of data_store and os env variables. The fix should probably take care of the property location and the order in which placeholders are substituted. OS envs should always have higher priority over data_store properties