Not sure if you can run the tests by clicking on the bookmark, as browser plugins are usually launched using a key combination. And the bookmark is the URL. Well, the main problem in your question is how to associate a bookmark with launching browser add-ons.
Ok, I researched the lil bit workaround. Speaking about the fact that Selenium HTML Test Suites works automatically (I mean an alternative to bookmarks), some options are possible: solution 1 :
- Replace Selenium server code to support HTML packages.
- Create a script to execute your HTML test suites.
- Create a script to read the output release reports and consolidate the information to be included in the CC.NET report.
Details of the setting can be obtained here.
Solution 2:
- Firefox Selenium IDE Plugin
- Java to run Selenium server
- Selenium server to run test suites
- Report Nantes for CruiseControl.NET
- CruiseControl.Net as a Continuous Integration Mechanism
Setting details here
Hope this will be helpful for you.
eugene.polschikov
source share