Skip to content

When I grab the json result as a veriable in a Scenario,how can I use it in other Scenario #27

Description

@Donghaopeng

When I grab the json result as a veriable in a Scenario,how can I use it in other Scenario.

Scenario: One
...
Then I grab wallet address "$..address" as "company_address"
...
Scenario: Two
...
When I set JSON request body to:
    """
      {
        "company_address": "{company_address}"
    """
When I send a POST request to "{url}"
...

But,in the Scenario Two, company_address'value is not what I want.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions