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
I'm submitting a ...
The report only attach url, method, headers, body, cookies of a request but does not attach the form params.
https://github.com/allure-framework/allure-java/blob/master/allure-rest-assured/src/main/java/io/qameta/allure/restassured/AllureRestAssured.java#L80
The report should display form params as well or should have capability to customize what all things of a request we want in the report
My request has form params and I would like them to be displayed in report as part of the request attachment.
given() .header("content-type", "valid content type") .formParam("abcd", "abcd") .formParam("xyz", "xyz")
The text was updated successfully, but these errors were encountered:
I am looking for a way to implement this as well. Would be a useful feature.
Sorry, something went wrong.
If you'll provide a PR I would glad to merge it
@baev you could close this Issue due new feature #1016
fixed via #1016
No branches or pull requests
I'm submitting a ...
What is the current behavior?
The report only attach url, method, headers, body, cookies of a request but does not attach the form params.
https://github.com/allure-framework/allure-java/blob/master/allure-rest-assured/src/main/java/io/qameta/allure/restassured/AllureRestAssured.java#L80
What is the expected behavior?
The report should display form params as well or should have capability to customize what all things of a request we want in the report
What is the motivation / use case for changing the behavior?
My request has form params and I would like them to be displayed in report as part of the request attachment.
https://github.com/allure-framework/allure-java/blob/master/allure-rest-assured/src/main/java/io/qameta/allure/restassured/AllureRestAssured.java#L80
Other information
The text was updated successfully, but these errors were encountered: