Done
Details
Details
Assignee
Andrew Isherwood
Andrew IsherwoodReporter
Andrew Isherwood
Andrew IsherwoodPriority
Development Team
None
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 9, 2021 at 8:01 AM
Updated January 31, 2022 at 4:46 PM
Resolved January 31, 2022 at 4:46 PM
Currently, a manifest's 'path' object and individual 'params' properties can be either an object or function.
A use case came up where it would be desirable for an individual header property to be generated from a function (an API key retrieved from a plugin's config needed to be passed as a header in a request to an external API).
We need to provide the ability for headers to be able to use text substitution and also be generated via a function.