I've integrated my above notes into the wiki docs. --John
On Thu, Aug 27, 2009 at 12:01 PM, ffdead<[email protected]> wrote: > > Thanks John, will have a closer look at inject.js > > /David > > On 27 Aug, 15:30, John Resig <[email protected]> wrote: >> Hi David - >> >> To configure the browser list you'll need to edit the browsers in the >> useragents db table (unfortunately I don't have a good UI for it yet). >> >> To submit jobs you'll need to set up a script that automatically >> submits them to the swarm (see the example scripts in the 'scripts' >> directory). An important point that's noted in the example scripts is >> that in order for a suite to run you'll need to add in a single >> <script> tag. That tag points back to the /js/inject.js script on the >> TestSwarm server - this injection script allows the test suite to >> capture and communicate with TestSwarm itself. If you're using any of >> the already-integrated test suites (noted on the wiki) then you're off >> to the races - otherwise you'll need to build in support for your own >> suite (how to do this is also noted on the wiki, and shown in >> /js/inject.js). >> >> You can also submit jobs manually through a web interface - but it's >> doubtful that this will be immediately useful (scripts are much >> preferred).http://testswarm.com/?state=addjob >> >> Note that in order to submit a job you'll need an AUTH token. You can >> get this by looking in the users db table for the specific user that >> you're submitting jobs under. >> >> Hope this helps - let me know if you have any other questions. >> >> --John >> >> On Thu, Aug 27, 2009 at 8:11 AM, ffdead<[email protected]> wrote: >> >> > Great stuff! >> >> > I installed everything without any problems. Now, how do I configure >> > this baby (browsers, jobs, etc)? And most importantly, is there a >> > guide on how to implement test suits compatible with Testswarm? >> >> > I know this is an early Alpha release and I'm sure you already know >> > this is missing from the online documentation. Looking forward to see >> > some more instructions! >> >> > Thanks, >> > David Lindkvist > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
