Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiline paremeters in steps #149

Closed
vlalanne opened this issue Nov 23, 2023 · 0 comments · Fixed by #150
Closed

Handle multiline paremeters in steps #149

vlalanne opened this issue Nov 23, 2023 · 0 comments · Fixed by #150
Labels
enhancement New feature or request

Comments

@vlalanne
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When trying to compare complex object like JSON Http Response the single line step is not readable

Then the customer gets a HTTP response with status 400 and json payload: {"status": 400, "message": "Bad request: bad input: offer is not available for project"}

Describe the solution you'd like
By handling multi-line argument in step it becomes clearer

Then the customer gets a HTTP response with status 400 and json payload: 
    """
    {
        "status": 400,
        "message": "Bad request: bad input: offer is not available for project"
    }
    """"

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@vlalanne vlalanne added the enhancement New feature or request label Nov 23, 2023
vlalanne added a commit to vlalanne/gobdd that referenced this issue Nov 23, 2023
vlalanne added a commit to vlalanne/gobdd that referenced this issue Nov 23, 2023
vlalanne added a commit to vlalanne/gobdd that referenced this issue Nov 23, 2023
vlalanne added a commit to vlalanne/gobdd that referenced this issue Nov 23, 2023
bkielbasa pushed a commit that referenced this issue Nov 24, 2023
* feat: Add support for step argument (#149)

* style: update linter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant