You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
This is not a problem or bug. I would characterize it as a feature gap.
Environment variables should be accessible in the target of an assertion as illustrated below.
Describe the solution you'd like
I should be able to use environment variables in assertions. This is especially powerful considering that I can set environment variables through code snippets in setup & teardown. For example, that would allow someone to assert that the value of a timestamp in a json response, is within a calculated timespan.
Describe alternatives you've considered
There are no alternatives to that as far as I know. You have to compromise with less robust assertions. Please correct me if I'm wrong.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is not a problem or bug. I would characterize it as a feature gap.
Environment variables should be accessible in the target of an assertion as illustrated below.
Describe the solution you'd like
I should be able to use environment variables in assertions. This is especially powerful considering that I can set environment variables through code snippets in setup & teardown. For example, that would allow someone to assert that the value of a timestamp in a json response, is within a calculated timespan.
Describe alternatives you've considered
There are no alternatives to that as far as I know. You have to compromise with less robust assertions. Please correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: