Skip to content

Faker parameter resolution: Allow to resolve nested parameter definition #18

@shulard

Description

@shulard

Describe the bug

When you define a "faker resolvable" property, you can't have more than one level of faker resolution.

For example with somethink link that: '<storageIdFromAet(<dicomAet("WS-PARIS")>)>', dicomAet will not be called.

To Reproduce

A sample YAML configuration to generate a request with that kind of issue:

testThatCase:
  uri:
    base: /api/uri?parameter={storage}
    parameters:
      '{storage}': '<storageIdFromAet(<dicomAet("WS-PARIS")>)>'

Expected behavior

We might allow to resolve nested faker definition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions