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
Currently, behave-rest sends POST requests with parameters, in form "x-www-form-urlencoded"
For example, the feature:
Given I set base URL to "http://www.mocky.io/v2"
And I make a POST request to "58453162110000de1c0e6bf6" with parameters
|itemsReceived|itemsAccepted|
|1 |1 |
Then the response status code should equal 200
Thanks for sharing Python BDD framework and its really helpful to build over this.
Could you please help to perform POST operation using same framework?
The text was updated successfully, but these errors were encountered: