Farof wrote:
> Thx for the user-extensions.js file, didn't notice it !
> 
> About the job submission, doing it manually isn't satisfying for me.
> It has to be done automaticaly in my hook script, that's why I'm
> asking about the curl request. More precisely, I don't know what to
> give as suites[] and urls[] parameter.
> 
> Farof

Aha. Ok, well, the suites parameter seems to be just a name, so you can
call it whatever you like. The urls are only slightly trickier: you give
it a GET url like:
  .../TestRunner.html
  ?test=..%2Ftests%2Fblah_suite.html
  &auto=true

You can leave off the postResultsUrl, or whatever it's called, because
the TestSwarm injection completely overrides the result submit function.
The 'auto' parameter is needed to make it start the test without user
intervention.

Anders


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TestSwarm" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/testswarm?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to