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

API request should allow to send the attachment via Carina method #6

Open
prasadjshimpi opened this issue Mar 10, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@prasadjshimpi
Copy link

prasadjshimpi commented Mar 10, 2022

Currently you can do this via normal REST api below example shared for more details

API request should allow to send the attachment or it should allow multipart/form-data

https://stackoverflow.com/a/52980714

Sample Code :

given()
.contentType("multipart/form-data")
.multiPart("id", "123")
.multiPart("file", new File("./src/test/resources/test-file.txt"))
.post("api/endpoint")
.then()

@prasadjshimpi prasadjshimpi added the enhancement New feature or request label Mar 10, 2022
@prasadjshimpi prasadjshimpi changed the title API request should allow to send the attachment API request should allow to send the attachment via Carina method Mar 10, 2022
@akamarouski akamarouski transferred this issue from zebrunner/carina Mar 15, 2023
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

No branches or pull requests

1 participant