Farof wrote: > Hello, I was trying to run Selenium tests againt my own TestSwarm > server, but was unable to. > > I don't know / am not sure : > - In wich file injecting the <script> > - How to write the curl request > > Is the a guide on how to do it out there ? > > I already manage to run my own QUnit tests on my own server, the > problem is only about selenium.
I've tried this. You can put the script injection in the user-extensions.js. As for adding jobs, there's a form page that isn't linked to (from anywhere I know, at least) at /index.php?state=addjob . If you want a named page like the others you can just add a line to the rewrite rules: RewriteRule ^addjob/$ /index.php?state=addjob [QSA,L] 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 -~----------~----~----~----~------~----~------~--~---
