We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bozr -i -H http://localhost:8080 ./login.suite.json example suite
bozr -i -H http://localhost:8080 ./login.suite.json
[ { "name": "test", "calls": [ { "on": { "method": "POST", "url": "/Admin.login", "body": "Username=abc&Password=xyz" }, "expect": { "statusCode": 200 } } ] } ]
generated request
POST http://localhost:8080/Admin.login HTTP/1.1 "Username=abc&Password=xyz"
expected request (no double quotes in POST payload)
POST http://localhost:8080/Admin.login HTTP/1.1 Username=abc&Password=xyz
The text was updated successfully, but these errors were encountered:
0d1085a
kajf
No branches or pull requests
bozr -i -H http://localhost:8080 ./login.suite.json
example suite
generated request
expected request (no double quotes in POST payload)
The text was updated successfully, but these errors were encountered: