Match TestSwarm API version 1.0.0-alpha#3
Conversation
|
Could you update this to actually remove the commented code? Its all versioned, there's no reason to keep it around. Thanks. |
|
Done |
There was a problem hiding this comment.
This doesn't make sense anymore - should just convert it to a text input, as the browserSets are now easily customizable for each instance.
|
Hello, i hope i'm not wrong here with my question. I experience problems in getting the plugin correctly run. The compilation and integration into jenkins worked without bigger problems. Build completed, 4 of 4 Tests without failure. Here is my specific build setup: TestSwarm Server URL: http://localhost/testswarm What i get as a result by clicking save or apply (obviously because no test suite was selected): |
Changed addjob request to match api (using post, parsing json return to get job id).
Changed test results gathering to match api (parsing json).
Also changed the thresold to get a sucessfull build (if all browsers tests were not ran).
Finaly cleaned the <select> of non present browsers sets.
Java is not my forte so the changes should definitely be checked and improved.
I leaved the old code commented as a reference.
One thing to note, i use the testswarm server url without checking for a tailing slash.