-
Notifications
You must be signed in to change notification settings - Fork 20
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
Allow sending files to Polarion #111
Comments
This is going to help in case we wanted to add multiple log files and configuration files. |
@geetikakay uploading documents can be done by using WSDL. The plan for this issue is to offer a way to do a POST to request the XML import to happen. |
@elyezer In my case i need to add 2-3 files in every test case and there are around 50 test cases.Doing it manually is a pain.So are we going to POST attachment based on uuid that gets generated? |
@geetikakay you can use Betelgeuse as library and use its test collection tools so you can inspect the test case docstring fields. With the ID information you can figure out the files and use WSDL library to upload them. The idea of Betelgeuse is to make easier to use the XML importers and we avoid duplicating any feature that WSDL interface offers. PS: we talked on IRC but I wanted to leave this comment here for other looking for the outcome of this issue. |
More info will be added here shortly.
The text was updated successfully, but these errors were encountered: